From eff522c1f2355f12106ef44f8612dadbc6207ea8 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 8 Jan 2020 15:46:29 +0300 Subject: boost/build: add --runtime-link This time with more safety checks. --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 3218224..ce3aeeb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -54,7 +54,6 @@ build_script: --platform x86 --link static -- ./boost_1_58_0 - runtime-link=static --with-filesystem --with-program_options - dir /a-D /S /B boost_1_58_0\stage @@ -96,7 +95,7 @@ build_script: - echo Boost 1.65.0 - - '"%python_exe%" ./boost/build/ci/appveyor.py --link static -- runtime-link=static --with-filesystem --with-program_options' + - '"%python_exe%" ./boost/build/ci/appveyor.py --link static -- --with-filesystem --with-program_options' - dir /a-D /S /B C:\boost_1_65_0\stage - >- -- cgit v1.2.3