Browse Source

Merge pull request #24 from Miyurz/m_ios

Fixed m_ios and checked in compiled libcurl.a,libssl.a and libcrypto.a
release/v0.1
jl777 9 years ago
parent
commit
493884c3ac
  1. 9
      iguana/m_ios
  2. BIN
      ios/lib/libcrypto.a
  3. BIN
      ios/lib/libcurl.a
  4. BIN
      ios/lib/libssl.a

9
iguana/m_ios

@ -1,4 +1,9 @@
CC="$(xcrun --sdk iphoneos --find clang) -isysroot $(xcrun --sdk iphoneos --show-sdk-path) -arch armv7 -arch arm64 -arch armv7s -ONLY_ACTIVE_ARCH=YES"
set -x
CC="$(xcrun --sdk iphoneos --find clang) -isysroot $(xcrun --sdk iphoneos --show-sdk-path) -arch arm64 -ONLY_ACTIVE_ARCH=YES"
git pull
$CC -o ../agents/iguana -O2 *.c ../agents/libcrypto777.a ../ios/lib/libcurl.a ../ios/lib/libssl.a ../ios/lib/libcrypto.a -lpthread -lm
echo CC=$CC
$CC -v -o ../agents/iguana -O2 *.c ../ios/lib/libssl.a ../ios/lib/libcrypto.a ../agents/libcrypto777.a -L $(xcrun --sdk iphonesimulator --show-sdk-path)/usr/lib -L ../ios/lib -lcurl -lm

BIN
ios/lib/libcrypto.a

Binary file not shown.

BIN
ios/lib/libcurl.a

Binary file not shown.

BIN
ios/lib/libssl.a

Binary file not shown.
Loading…
Cancel
Save