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:
parent
1c9d1eeae5
commit
dd6c4988e5
10 changed files with 58 additions and 41 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue