File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ echo " "
7575CMD_OPTIONS=" -DCMAKE_BUILD_TYPE=Release -DZ3_BUILD_LIBZ3_SHARED=false"
7676
7777if [[ " $PLATFORM " == " win32" ]]; then
78- cmake -G " NMake Makefiles " $CMD_OPTIONS ../
78+ cmake -G " Visual Studio 17 2022 " $CMD_OPTIONS ../
7979elif [[ " $PLATFORM " == " darwin" || " $PLATFORM " == " linux" ]]; then
8080 cmake -G " Unix Makefiles" $CMD_OPTIONS ../
8181else
@@ -92,7 +92,7 @@ echo " "
9292echo " [INFO] Attempting build"
9393echo " "
9494if [[ " $PLATFORM " == " win32" ]]; then
95- cmake --build . -- /m # " $NUMBER_OF_PROCESSORS"
95+ cmake --build . -- /m # $NUMBER_OF_PROCESSORS
9696elif [[ " $PLATFORM " == " darwin" ]]; then
9797 cmake --build . -- -j$( sysctl -n hw.logicalcpu)
9898elif [[ " $PLATFORM " == " linux" ]]; then
You can’t perform that action at this time.
0 commit comments