From c0757dd0969d48c5ba827bcd771823d246429d22 Mon Sep 17 00:00:00 2001 From: Kylmakalle Date: Fri, 12 Jun 2026 20:34:44 +0300 Subject: Revert "Set CMAKE_MAKE_PROGRAM for iOS build" This reverts commit 04adfc87deea4c804def118e88c89a08c388b32b. --- example/ios/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') 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 -- cgit v1.2.3