We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 498d1df commit 45d10c4Copy full SHA for 45d10c4
scripts/buildLuaJIT.ps1
@@ -17,7 +17,7 @@ New-Item -Path $installDir -ItemType "directory" -Name "include"
17
New-Item -Path $installDir -ItemType "directory" -Name "share"
18
New-Item -Path $installDir -ItemType "directory" -Name "jit"
19
20
-git clone https://luajit.org/git/luajit.git LuaJIT-git --branch v2.1 --depth 1
+git clone https://luajit.org/git/luajit.git LuaJIT-git --branch v2.1
21
22
Set-Location "LuaJIT-git"
23
0 commit comments