jl777
9 years ago
1 changed files with 5 additions and 2 deletions
@ -1,5 +1,8 @@ |
|||
|
|||
CC="$(xcrun --sdk iphoneos --find clang) -isysroot $(xcrun --sdk iphoneos --show-sdk-path) -arch armv7 -arch arm64 -arch armv7s -ONLY_ACTIVE_ARCH=YES" |
|||
AR="$(xcrun --sdk iphones --find ar)" |
|||
AR="$(xcrun --sdk iphoneos --find ar)" |
|||
|
|||
echo Compiling .. |
|||
|
|||
$CC -c -O2 *.c jpeg/*.c jpeg/unix/*.c |
|||
$CC -I /usr/local/opt/curl/include/ -c -O2 *.c jpeg/*.c jpeg/unix/*.c -I/usr/local/opt/ |
|||
rm -f ../agents/libcrypto777.a; $AR -rcs ../agents/libcrypto777.a *.o |
|||
|
Loading…
Reference in new issue