File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ PLATFORM=$2
1111mkdir -p " $BUILD_DIR "
1212
1313if [[ " $PLATFORM " == " win64" ]] || [[ " $PLATFORM " == " win32" ]]; then
14- cmake -B " $BUILD_DIR " -G " Ninja " -DCMAKE_BUILD_TYPE=Release -DSCRATCHCPP_PLAYER_BUILD_UNIT_TESTS=OFF || exit 3
14+ cmake -B " $BUILD_DIR " -G " MinGW Makefiles " -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_BUILD_TYPE=Release -DSCRATCHCPP_PLAYER_BUILD_UNIT_TESTS=OFF || exit 3
1515elif [[ " $PLATFORM " == " linux_aarch64" ]]; then
1616 cmake -B " $BUILD_DIR " -DCMAKE_BUILD_TYPE=Release -DSCRATCHCPP_PLAYER_BUILD_UNIT_TESTS=OFF -DCMAKE_PREFIX_PATH=" $QT_ROOT_DIR " -DCMAKE_TOOLCHAIN_FILE=" $BUILD_TOOLCHAIN_CONFIG " -DCMAKE_FIND_ROOT_PATH=" $QT_ROOT_DIR " -DQT_HOST_PATH=" $QT_HOST_PATH " -DQT_HOST_CMAKE_DIR=" $QT_HOST_PATH /lib/cmake"
1717else
You can’t perform that action at this time.
0 commit comments