Skip to content

Commit

Permalink
try output vcvarsall.bat contents
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Jan 12, 2025
1 parent 6321e09 commit e67d9b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/scripts/win/scons-build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ REM @echo "%%i"
REM call "%%i" x86_amd64
REM )

type "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat"
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64

@echo on
@echo %CC%
@echo %CXX%
echo %CC%
echo %CXX%
@echo off

scons bits=64 %*

0 comments on commit e67d9b7

Please sign in to comment.