diff options
| author | Kylmakalle <iceman9831@gmail.com> | 2026-06-12 20:34:44 +0300 |
|---|---|---|
| committer | Aliaksei Levin <22669599+levlam@users.noreply.github.com> | 2026-06-13 12:46:44 +0300 |
| commit | c0757dd0969d48c5ba827bcd771823d246429d22 (patch) | |
| tree | eefb8db65d4de618e6606235881f517729ea8dd4 /example/ios | |
| parent | 9ae32a3914ac41458bf9766ed76f2686b30cac29 (diff) | |
Revert "Set CMAKE_MAKE_PROGRAM for iOS build"
This reverts commit 04adfc87deea4c804def118e88c89a08c388b32b.
Diffstat (limited to 'example/ios')
| -rwxr-xr-x | example/ios/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ios/build.sh b/example/ios/build.sh index b2b4a38e4..82eb25fcd 100755 --- a/example/ios/build.sh +++ b/example/ios/build.sh @@ -55,7 +55,7 @@ do fi echo "iOS platform = ${ios_platform}" - other_options="-DIOS_PLATFORM=${ios_platform} -DCMAKE_TOOLCHAIN_FILE=${td_path}/CMake/iOS.cmake -DCMAKE_MAKE_PROGRAM=make" + other_options="-DIOS_PLATFORM=${ios_platform} -DCMAKE_TOOLCHAIN_FILE=${td_path}/CMake/iOS.cmake" fi set_cmake_options $platform |
