1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-07 16:56:00 +02:00

Upgrade to LLVM 19.1.7

This commit is contained in:
Brian Fiete 2025-03-20 09:25:46 -04:00
parent 1c9d1eeae5
commit dd6c4988e5
10 changed files with 58 additions and 41 deletions

View file

@ -14,14 +14,14 @@ PUSHD %~dp0..\
mkdir stats
:STATS_HAS
@IF EXIST BeefDep0_Done.txt GOTO DEPS0_HAS
@IF EXIST BeefDep1_Done.txt GOTO DEPS0_HAS
@ECHO Downloading dependencies (LLVM)...
bin\curl.exe -O https://www.beeflang.org/BeefDep0.zip
bin\curl.exe -O https://www.beeflang.org/BeefDep1.zip
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
@ECHO Extracting dependencies (takes a while)...
bin\tar.exe -xf BeefDep0.zip
bin\tar.exe -xf BeefDep1.zip
@IF %ERRORLEVEL% NEQ 0 GOTO
del BeefDep0.zip
del BeefDep1.zip
:DEPS0_HAS
copy BeefLibs\SDL2\dist\SDL2.dll IDE\dist