Skip to content

Commit

Permalink
[boost] Fix uwp build by disabling stacktrace and fiber
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkaratarakis committed Aug 23, 2017
1 parent f346de9 commit 7936578
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ports/boost/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7936578

Please sign in to comment.