Skip to content

Commit 10fb080

Browse files
committed
Added helper batch file for download dependencies on Windows.
1 parent 82dc763 commit 10fb080

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/DownloadDeps.bat

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
"premake5" --file=scripts/LLVM.lua download_llvm
2+
goto quit
3+
4+
:quit
5+
pause
6+
:end

0 commit comments

Comments
 (0)