Skip to content

Commit

Permalink
don't use depth
Browse files Browse the repository at this point in the history
  • Loading branch information
LebJe committed Nov 19, 2024
1 parent 498d1df commit 45d10c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildLuaJIT.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ New-Item -Path $installDir -ItemType "directory" -Name "include"
New-Item -Path $installDir -ItemType "directory" -Name "share"
New-Item -Path $installDir -ItemType "directory" -Name "jit"

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

Set-Location "LuaJIT-git"

Expand Down

0 comments on commit 45d10c4

Please sign in to comment.