forward args to platform-specific scons scripts

This commit is contained in:
2024-09-07 20:07:06 -05:00
committed by Celtic Minstrel
parent c2f2d9332b
commit 2eb402ebb3
2 changed files with 2 additions and 2 deletions

View File

@@ -4,4 +4,4 @@ export CC="$(brew --prefix llvm)/bin/clang"
export CXX="$(brew --prefix llvm)/bin/clang++"
export SDKROOT="$(xcrun --show-sdk-path)"
scons CXXFLAGS="-I/usr/local/opt/zlib/include" LINKFLAGS="-L/usr/local/opt/zlib/lib"
scons CXXFLAGS="-I/usr/local/opt/zlib/include" LINKFLAGS="-L/usr/local/opt/zlib/lib" $@

View File

@@ -12,4 +12,4 @@ REM )
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
scons bits=64
scons bits=64 %*