aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/host-build.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/host-build.mk b/include/host-build.mk
index f6ca3ff21e..b2f017bee2 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -53,11 +53,6 @@ define Host/Prepare
$(call Host/Prepare/Default)
endef
-ifeq ($(HOST_OS),Darwin)
- HOST_CFLAGS += -I/usr/local/opt/openssl/include
- HOST_LDFLAGS += -L/usr/local/opt/openssl/lib
-endif
-
HOST_CONFIGURE_VARS = \
CC="$(HOSTCC)" \
CFLAGS="$(HOST_CFLAGS)" \