mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
[boost] Fix uwp build by disabling stacktrace and fiber
This commit is contained in:
parent
f346de97f5
commit
79365783d0
@ -109,7 +109,6 @@ if(VCPKG_CMAKE_SYSTEM_NAME MATCHES "WindowsStore")
|
||||
# --without-date_time
|
||||
# --without-exception
|
||||
# --without-serialization
|
||||
# --without-fiber
|
||||
# --without-context
|
||||
# --without-graph_parallel
|
||||
# --without-signals
|
||||
@ -130,6 +129,8 @@ if(VCPKG_CMAKE_SYSTEM_NAME MATCHES "WindowsStore")
|
||||
--without-program_options # libs\program_options\src\parsers.cpp(194): error C2065: 'environ': undeclared identifier
|
||||
|
||||
--without-test
|
||||
--without-fiber
|
||||
--without-stacktrace
|
||||
--without-filesystem # libs\filesystem\src\operations.cpp(178): error C2039: 'GetEnvironmentVariableW': is not a member of '`global namespace''
|
||||
--without-thread
|
||||
--without-iostreams
|
||||
|
Loading…
x
Reference in New Issue
Block a user