Skip to content

Commit a8f4f02

Browse files
committed
Don't double quote boost dependency dir IfcOpenShell#515
1 parent 336601a commit a8f4f02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

win/build-deps.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ set BOOST_VERSION=1.67.0
158158
set BOOST_VER=%BOOST_VERSION:.=_%
159159
:: DEPENDENCY_NAME is used for logging and DEPENDENCY_DIR for saving from some redundant typing
160160
set DEPENDENCY_NAME=Boost %BOOST_VERSION%
161-
set DEPENDENCY_DIR="%DEPS_DIR%\boost_%BOOST_VER%"
161+
set DEPENDENCY_DIR=%DEPS_DIR%\boost_%BOOST_VER%
162162
set BOOST_LIBRARYDIR=%DEPENDENCY_DIR%\stage\%VS_PLATFORM%\lib
163163
:: NOTE Also zip download exists, if encountering problems with 7z for some reason.
164164
set ZIP_EXT=7z

0 commit comments

Comments
 (0)