summaryrefslogtreecommitdiff
path: root/main/openssl
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-06-15 22:37:17 +0200
committerArne Schwabe <arne@rfc2549.org>2014-06-15 22:37:17 +0200
commit516194ebfcbb4a12cb9b4f078d6a9cc528ab5a87 (patch)
treee7e33341e261f55076153498f954d580df4d0522 /main/openssl
parentc35453897494d2b488961f7a446b4df8e24c6f31 (diff)
Update OpenVPN
Diffstat (limited to 'main/openssl')
-rw-r--r--main/openssl/Crypto.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openssl/Crypto.mk b/main/openssl/Crypto.mk
index dbabfc6c..16448465 100644
--- a/main/openssl/Crypto.mk
+++ b/main/openssl/Crypto.mk
@@ -31,7 +31,7 @@ LOCAL_SHARED_LIBRARIES := $(log_shared_libraries)
# in the NDK.
ifeq (,$(TARGET_BUILD_APPS))
LOCAL_CLANG := true
-ifeq ($(HOST_OS), darwin)
+ifeq ($(HOST_OS), darwinXXX)
LOCAL_ASFLAGS += -no-integrated-as
LOCAL_CFLAGS += -no-integrated-as
endif