Browse Source

Including curl libraries path

release/v0.1
Mayur Nagekar 9 years ago
parent
commit
06a40c507f
  1. 5
      crypto777/m_ios

5
crypto777/m_ios

@ -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" 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 iphoneos --find ar)" AR="$(xcrun --sdk iphoneos --find ar)"
$CC -c -O2 *.c jpeg/*.c jpeg/unix/*.c echo Compiling ..
$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 rm -f ../agents/libcrypto777.a; $AR -rcs ../agents/libcrypto777.a *.o

Loading…
Cancel
Save