mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
build-deps - use other mpir fork to support VS 2026
This commit is contained in:
+2
-1
@@ -298,8 +298,9 @@ IF EXIST "%INSTALL_DIR%\mpir" (
|
|||||||
)
|
)
|
||||||
|
|
||||||
set DEPENDENCY_NAME=mpir
|
set DEPENDENCY_NAME=mpir
|
||||||
|
:: `mpfr` depends on relative path `..\mpir\config.h`, so dependency name should match exactly.
|
||||||
set DEPENDENCY_DIR=%DEPS_DIR%\mpir
|
set DEPENDENCY_DIR=%DEPS_DIR%\mpir
|
||||||
call :GitCloneAndCheckoutRevision https://github.com/BrianGladman/mpir.git "%DEPENDENCY_DIR%"
|
call :GitCloneAndCheckoutRevision https://github.com/Andrej730/mpir-vs2026.git "%DEPENDENCY_DIR%"
|
||||||
IF NOT %ERRORLEVEL%==0 GOTO :Error
|
IF NOT %ERRORLEVEL%==0 GOTO :Error
|
||||||
pushd "%DEPENDENCY_DIR%"
|
pushd "%DEPENDENCY_DIR%"
|
||||||
git reset --hard
|
git reset --hard
|
||||||
|
|||||||
Reference in New Issue
Block a user