Skip to content

Commit 04adfc8

Browse files
Kylmakallelevlam
authored andcommitted
Set CMAKE_MAKE_PROGRAM for iOS build
1 parent 086b549 commit 04adfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/ios/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ do
5555
fi
5656

5757
echo "iOS platform = ${ios_platform}"
58-
other_options="-DIOS_PLATFORM=${ios_platform} -DCMAKE_TOOLCHAIN_FILE=${td_path}/CMake/iOS.cmake"
58+
other_options="-DIOS_PLATFORM=${ios_platform} -DCMAKE_TOOLCHAIN_FILE=${td_path}/CMake/iOS.cmake -DCMAKE_MAKE_PROGRAM=make"
5959
fi
6060

6161
set_cmake_options $platform

0 commit comments

Comments
 (0)