aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-08-23 15:14:21 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-08-23 15:14:21 -0700
commit79365783d04166cd1b463dd4142c992b496fbbd3 (patch)
treeb33b3e9ee2ff5a12670cce303dad311c37fa2a52
parentf346de97f5963db3c01e2bb8a6c53d4a0a3a4ff3 (diff)
downloadvcpkg-79365783d04166cd1b463dd4142c992b496fbbd3.tar.gz
vcpkg-79365783d04166cd1b463dd4142c992b496fbbd3.zip
[boost] Fix uwp build by disabling stacktrace and fiber
-rw-r--r--ports/boost/portfile.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/boost/portfile.cmake b/ports/boost/portfile.cmake
index 9f0390468..b7917576d 100644
--- a/ports/boost/portfile.cmake
+++ b/ports/boost/portfile.cmake
@@ -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