mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
Update vs-cfg.cmd
prepend win/utils path instead of append it. It should force the build-deps.cmd to call 7za.exe within utils and not any other old-version that users might already have. Discussed in https://sourceforge.net/p/ifcopenshell/discussion/1782717/thread/53803197/
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@ IF %VS_VER%==2008 set VCPROJ_FILE_EXT=vcproj
|
|||||||
|
|
||||||
:: Add utils to PATH
|
:: Add utils to PATH
|
||||||
set ORIGINAL_PATH=%PATH%
|
set ORIGINAL_PATH=%PATH%
|
||||||
set PATH=%PATH%;%~dp0utils
|
set PATH=%~dp0utils;%PATH%
|
||||||
|
|
||||||
:: Fetch and build the dependencies to a dedicated directory depending on the used VS version and target architecture.
|
:: Fetch and build the dependencies to a dedicated directory depending on the used VS version and target architecture.
|
||||||
:: NOTE For IfcOpenShell we can build all of our deps both x86 and x64 using different VS versions in the same directories
|
:: NOTE For IfcOpenShell we can build all of our deps both x86 and x64 using different VS versions in the same directories
|
||||||
|
|||||||
Reference in New Issue
Block a user