mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
set OCE_VERSION, executable flags in win build script
This commit is contained in:
+2
-1
@@ -315,7 +315,8 @@ echo OCC_LIBRARY_DIR=%OCC_LIBRARY_DIR%>>"%~dp0\BuildDepsCache-%TARGET_ARCH%.txt"
|
|||||||
|
|
||||||
set DEPENDENCY_NAME=Open CASCADE Community Edition
|
set DEPENDENCY_NAME=Open CASCADE Community Edition
|
||||||
set DEPENDENCY_DIR=%DEPS_DIR%\oce
|
set DEPENDENCY_DIR=%DEPS_DIR%\oce
|
||||||
call :GitCloneOrPullRepository https://github.com/tpaviot/oce.git "%DEPENDENCY_DIR%"
|
set OCE_VERSION=OCE-0.18
|
||||||
|
call :GitCloneAndCheckoutRevision https://github.com/tpaviot/oce.git "%DEPENDENCY_DIR%" %OCE_VERSION%
|
||||||
IF NOT %ERRORLEVEL%==0 GOTO :Error
|
IF NOT %ERRORLEVEL%==0 GOTO :Error
|
||||||
:: Use the oce-win-bundle for OCE's dependencies
|
:: Use the oce-win-bundle for OCE's dependencies
|
||||||
call :GitCloneOrPullRepository https://github.com/QbProg/oce-win-bundle.git "%DEPENDENCY_DIR%\oce-win-bundle"
|
call :GitCloneOrPullRepository https://github.com/QbProg/oce-win-bundle.git "%DEPENDENCY_DIR%\oce-win-bundle"
|
||||||
|
|||||||
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Reference in New Issue
Block a user