mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Update llvm_build.bat
+ --config core.autocrlf=false
This commit is contained in:
parent
b3cc2ae4a9
commit
d1c33cb526
1 changed files with 1 additions and 1 deletions
2
extern/llvm_build.bat
vendored
2
extern/llvm_build.bat
vendored
|
@ -1,7 +1,7 @@
|
|||
PUSHD %~dp0
|
||||
|
||||
@IF EXIST llvm-project_11_0_0 GOTO LLVM_HAS
|
||||
git clone --depth 1 --branch llvmorg-11.0.0 https://github.com/llvm/llvm-project.git llvm-project_11_0_0
|
||||
git clone --depth 1 --branch llvmorg-11.0.0 --config core.autocrlf=false https://github.com/llvm/llvm-project.git llvm-project_11_0_0
|
||||
pushd llvm-project_11_0_0
|
||||
|
||||
:LLVM_HAS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue