Skip to content

Commit

Permalink
nmake
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Jun 20, 2024
1 parent 0900de5 commit cf3bfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion re2c/bld.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mkdir re2c_build

cmake -G "Ninja" -S. -B"re2c_build" ^
cmake -G "NMake" -S. -Bre2c_build ^
-DCMAKE_CXX_COMPILER="%CXX%" ^
-DCMAKE_C_COMPILER="%CC%" ^
-DCMAKE_BUILD_TYPE=Release ^
Expand Down

0 comments on commit cf3bfa1

Please sign in to comment.