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 @@ -13,7 +13,7 @@ mkdir -p "$BUILD_DIR"
1313if  [[ " $PLATFORM " ==  " win64" ||  [[ " $PLATFORM " ==  " win32" ;  then 
1414cmake -B " $BUILD_DIR " " Ninja" ||  exit  3
1515elif  [[ " $PLATFORM " ==  " linux_aarch64" ;  then 
16- cmake -B " $BUILD_DIR " Release  -DSCRATCHCPP_PLAYER_BUILD_UNIT_TESTS=OFF -DCMAKE_PREFIX_PATH=" $QT_ROOT_DIR " " $BUILD_TOOLCHAIN_CONFIG " " $QT_ROOT_DIR " " $QT_HOST_PATH " " $QT_HOST_PATH /lib/cmake" 
16+ cmake -B " $BUILD_DIR " Debug  -DSCRATCHCPP_PLAYER_BUILD_UNIT_TESTS=OFF -DCMAKE_PREFIX_PATH=" $QT_ROOT_DIR " " $BUILD_TOOLCHAIN_CONFIG " " $QT_ROOT_DIR " " $QT_HOST_PATH " " $QT_HOST_PATH /lib/cmake" 
1717else 
1818cmake -B " $BUILD_DIR " ||  exit  3
1919fi 
                         You can’t perform that action at this time. 
           
                  
0 commit comments