adjust build.bat to respect PLT_SETUP_OPTIONS
closes PR 11629
This commit is contained in:
parent
d1dc1303c2
commit
1f66d545c0
|
@ -56,5 +56,5 @@ devenv libmysterx.sln /Build "3m|%BUILDMODE%"
|
|||
if errorlevel 1 exit /B 1
|
||||
cd ..
|
||||
|
||||
..\..\racket -l setup -N "raco setup"
|
||||
..\..\racket -N "raco setup" -l- setup %PLT_SETUP_OPTIONS%
|
||||
if errorlevel 1 exit /B 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user