Skip to content

Commit 45d10c4

Browse files
committed
don't use depth
1 parent 498d1df commit 45d10c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/buildLuaJIT.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ New-Item -Path $installDir -ItemType "directory" -Name "include"
1717
New-Item -Path $installDir -ItemType "directory" -Name "share"
1818
New-Item -Path $installDir -ItemType "directory" -Name "jit"
1919

20-
git clone https://luajit.org/git/luajit.git LuaJIT-git --branch v2.1 --depth 1
20+
git clone https://luajit.org/git/luajit.git LuaJIT-git --branch v2.1
2121

2222
Set-Location "LuaJIT-git"
2323

0 commit comments

Comments
 (0)