Skip to content

Commit

Permalink
scons build different approach
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed May 29, 2024
1 parent 7429c59 commit 4a456e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/scripts/win/scons-build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
setlocal enabledelayedexpansion

for /f "usebackq tokens=*" %%i in (`vswhere -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -find **/Auxiliary/Build/vcvarsall.bat`) do (
%%i x86_amd64 && scons
)
%%i x86_amd64 || exit /b 1
)

scons

0 comments on commit 4a456e2

Please sign in to comment.