diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-06-15 22:37:17 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-06-15 22:37:17 +0200 |
commit | 516194ebfcbb4a12cb9b4f078d6a9cc528ab5a87 (patch) | |
tree | e7e33341e261f55076153498f954d580df4d0522 /main/openssl/Crypto.mk | |
parent | c35453897494d2b488961f7a446b4df8e24c6f31 (diff) |
Update OpenVPN
Diffstat (limited to 'main/openssl/Crypto.mk')
-rw-r--r-- | main/openssl/Crypto.mk | 2 |
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 |