diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-13 02:06:08 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-13 02:17:01 +0300 |
commit | 1301edf41e27468c2154c1b0ae7e977321f0cbd4 (patch) | |
tree | fb87f348c69e149a1bb8aaac52aa3f986d423234 /openssl/makefile.mk | |
parent | cae6dc5426e22adbd26fe2ae14120932104e2e37 (diff) |
Enable building openssl for iOS
Wasn't that complicated after all.
Diffstat (limited to 'openssl/makefile.mk')
-rw-r--r-- | openssl/makefile.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk index 21a8dc7b22a4..1b789b3db6d1 100644 --- a/openssl/makefile.mk +++ b/openssl/makefile.mk @@ -110,6 +110,12 @@ UNAME=$(shell uname) .ENDIF .ENDIF +.IF "$(OS)" == "IOS" + PATCH_FILES=opensslios.patch + CONFIGURE_ACTION=Configure ios-armv7 + CONFIGURE_FLAGS=no-shared no-idea +.ENDIF + .IF "$(OS)" == "WNT" .IF "$(COM)"=="GCC" |