From 1574180d03f6ce2f0530c536ed0d4cbd60597e89 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 16 Nov 2016 17:46:41 -0800 Subject: [PATCH] [boost] --toolset=msvc should be toolset=msvc (no dashes) --- ports/boost/portfile.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/boost/portfile.cmake b/ports/boost/portfile.cmake index 7394e70ea5..f113fc30ea 100644 --- a/ports/boost/portfile.cmake +++ b/ports/boost/portfile.cmake @@ -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 )