We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 336601a commit a8f4f02Copy full SHA for a8f4f02
1 file changed
win/build-deps.cmd
@@ -158,7 +158,7 @@ set BOOST_VERSION=1.67.0
158
set BOOST_VER=%BOOST_VERSION:.=_%
159
:: DEPENDENCY_NAME is used for logging and DEPENDENCY_DIR for saving from some redundant typing
160
set DEPENDENCY_NAME=Boost %BOOST_VERSION%
161
-set DEPENDENCY_DIR="%DEPS_DIR%\boost_%BOOST_VER%"
+set DEPENDENCY_DIR=%DEPS_DIR%\boost_%BOOST_VER%
162
set BOOST_LIBRARYDIR=%DEPENDENCY_DIR%\stage\%VS_PLATFORM%\lib
163
:: NOTE Also zip download exists, if encountering problems with 7z for some reason.
164
set ZIP_EXT=7z
0 commit comments