Skip to content

Commit 759d2aa

Browse files
committed
Patching ios-cmake toolset file to set compiler correctly to /usr/bin/clang.
1 parent e4bbaf0 commit 759d2aa

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Build_iOS/configure.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ mv OpenSSL-for-iPhone/include openssl
2222
mv OpenSSL-for-iPhone/lib openssl
2323

2424
git clone https://github.com/cristeab/ios-cmake.git
25+
pushd ios-cmake
26+
git apply ../fix_ios_cmake_compiler.patch
27+
popd
2528
mkdir build.ios
2629
pushd build.ios
2730
cmake .. -DCMAKE_BUILD_TYPE=Release
1.68 KB
Binary file not shown.

0 commit comments

Comments
 (0)