From 50b3927f4cfa54076714319b599e90f2c01b65a0 Mon Sep 17 00:00:00 2001 From: Kylart Date: Mon, 4 Nov 2019 23:39:25 +0100 Subject: [PATCH] Fix typo for built type --- appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 3b837ad..628e139 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,8 +45,7 @@ install: - cd %BOOST_BUILD_PATH%\src\engine - build.bat >nul - cd %BOOST_ROOT% - - dir %BOOST_BUILD_PATH%\src\engine - - bjam cxxstd=14 release --toolset=msvc --with-system --built-type=complete address-model=64 link=shared stage + - bjam cxxstd=14 release --toolset=msvc --with-system --build-type=complete address-model=64 link=shared stage - cd %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent - mkdir build && cd build