Skip to content

Commit

Permalink
Updated windows build script
Browse files Browse the repository at this point in the history
  • Loading branch information
williamyang98 committed Jul 20, 2023
1 parent 97f5faf commit a14d350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchains/windows/build.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

set PROJ_PATH="%2"
if "%~2" == "" set PROJ_PATH="build\ALL_BUILD.vcxproj"
if "%~2" == "" set PROJ_PATH="build-windows\ALL_BUILD.vcxproj"

set BUILD_REF="true"
if "%3" == "--ignore-ref" set BUILD_REF="false"
Expand Down

0 comments on commit a14d350

Please sign in to comment.