1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Build path fix

This commit is contained in:
Brian Fiete 2020-01-12 07:17:46 -08:00
parent 785ea87cd8
commit 2dddf9ff14

View file

@ -1,4 +1,4 @@
PUSHD %~dp0..\
PUSHD %~dp0
@IF EXIST llvm-project_8_0_1 GOTO LLVM_HAS
git clone --config core.autocrlf=false https://github.com/llvm/llvm-project.git llvm-project_8_0_1