mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
Forcing MSVC detection on boost build.
This commit is contained in:
committed by
Nick Renieris
parent
54c5f8cd5b
commit
916e20239f
+1
-1
@@ -7,7 +7,7 @@ IF "%CI%"=="" (
|
||||
cd src\external\boost
|
||||
|
||||
REM Build our Boost subset
|
||||
b2 -j5 --build-dir=../boost-build --stagedir=../boost-build stage
|
||||
b2 -j5 --build-dir=../boost-build --stagedir=../boost-build toolset=msvc stage
|
||||
cd ../../..
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user