aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios
diff options
context:
space:
mode:
authorKylmakalle <iceman9831@gmail.com>2026-06-12 20:34:44 +0300
committerAliaksei Levin <22669599+levlam@users.noreply.github.com>2026-06-13 12:46:44 +0300
commitc0757dd0969d48c5ba827bcd771823d246429d22 (patch)
treeeefb8db65d4de618e6606235881f517729ea8dd4 /example/ios
parent9ae32a3914ac41458bf9766ed76f2686b30cac29 (diff)
Revert "Set CMAKE_MAKE_PROGRAM for iOS build"
This reverts commit 04adfc87deea4c804def118e88c89a08c388b32b.
Diffstat (limited to 'example/ios')
-rwxr-xr-xexample/ios/build.sh2
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