Revert "build: fix HOST_CONFIGURE_VARS placement"
[openwrt/openwrt.git] / include / host-build.mk
index f6ca3ff21eca306992b78676bbda3d5533a6e1e8..b2f017bee21fa50665eff4584208325523ae0501 100644 (file)
@@ -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)" \