mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-31 05:03:22 +08:00
[boost] --toolset=msvc should be toolset=msvc (no dashes)
This commit is contained in:
parent
0ca3e5b160
commit
1574180d03
@ -31,11 +31,11 @@ endif()
|
|||||||
message(STATUS "Bootstrapping done")
|
message(STATUS "Bootstrapping done")
|
||||||
|
|
||||||
set(B2_OPTIONS
|
set(B2_OPTIONS
|
||||||
--toolset=msvc
|
toolset=msvc
|
||||||
|
threading=multi
|
||||||
-j$ENV{NUMBER_OF_PROCESSORS}
|
-j$ENV{NUMBER_OF_PROCESSORS}
|
||||||
-q
|
-q
|
||||||
--without-python
|
--without-python
|
||||||
threading=multi
|
|
||||||
--debug-configuration
|
--debug-configuration
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user