diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-08 15:46:29 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-08 17:40:56 +0300 |
commit | eff522c1f2355f12106ef44f8612dadbc6207ea8 (patch) | |
tree | 3c780751524c7ffc70f06ffe0e7177a3c0812e08 /appveyor.yml | |
parent | boost/build: refactoring (diff) | |
download | cmake-common-eff522c1f2355f12106ef44f8612dadbc6207ea8.tar.gz cmake-common-eff522c1f2355f12106ef44f8612dadbc6207ea8.zip |
boost/build: add --runtime-link
This time with more safety checks.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 1 insertions, 2 deletions
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 - >- |