mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 11:41:36 +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")
|
||||
|
||||
set(B2_OPTIONS
|
||||
--toolset=msvc
|
||||
toolset=msvc
|
||||
threading=multi
|
||||
-j$ENV{NUMBER_OF_PROCESSORS}
|
||||
-q
|
||||
--without-python
|
||||
threading=multi
|
||||
--without-python
|
||||
--debug-configuration
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user