mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 01:57:58 +00:00
freetype-2.7.1
This commit is contained in:
+2
-2
@@ -260,8 +260,8 @@ echo OCC_LIBRARY_DIR=%OCC_LIBRARY_DIR%>>"%~dp0\%BUILD_DEPS_CACHE_PATH%"
|
|||||||
|
|
||||||
:: OCCT has many dependencies but FreeType is the only mandatory
|
:: OCCT has many dependencies but FreeType is the only mandatory
|
||||||
set DEPENDENCY_NAME=FreeType
|
set DEPENDENCY_NAME=FreeType
|
||||||
set DEPENDENCY_DIR=%DEPS_DIR%\freetype-2.6.5
|
set DEPENDENCY_DIR=%DEPS_DIR%\freetype-2.7.1
|
||||||
set FREETYPE_ZIP=ft265.zip
|
set FREETYPE_ZIP=ft271.zip
|
||||||
cd "%DEPS_DIR%"
|
cd "%DEPS_DIR%"
|
||||||
call :DownloadFile http://download.savannah.gnu.org/releases/freetype/%FREETYPE_ZIP% "%DEPS_DIR%" %FREETYPE_ZIP%
|
call :DownloadFile http://download.savannah.gnu.org/releases/freetype/%FREETYPE_ZIP% "%DEPS_DIR%" %FREETYPE_ZIP%
|
||||||
if not %ERRORLEVEL%==0 goto :Error
|
if not %ERRORLEVEL%==0 goto :Error
|
||||||
|
|||||||
Reference in New Issue
Block a user