Skip to content

Commit

Permalink
Update make-addons.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Shardul555 authored Oct 15, 2021
1 parent 16ad08b commit 456ce56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/buildsteps/windows/make-addons.bat
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ IF "%store%" NEQ "" (
)

rem execute cmake to generate makefiles processable by nmake
cmake "%ADDONS_PATH%" -G "Visual Studio 16 2019" -A x64 ^
cmake "%ADDONS_PATH%" -G "NMake Makefiles" ^
-DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_USER_MAKE_RULES_OVERRIDE="%SCRIPTS_PATH%/CFlagOverrides.cmake" ^
-DCMAKE_USER_MAKE_RULES_OVERRIDE_CXX="%SCRIPTS_PATH%/CXXFlagOverrides.cmake" ^
Expand Down

0 comments on commit 456ce56

Please sign in to comment.