From 45d10c49bf272b8c47c08df12147c9625fd78f41 Mon Sep 17 00:00:00 2001 From: LebJe <51171427+LebJe@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:52:56 -0500 Subject: [PATCH] don't use depth --- scripts/buildLuaJIT.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/buildLuaJIT.ps1 b/scripts/buildLuaJIT.ps1 index 37efeb5..719c371 100644 --- a/scripts/buildLuaJIT.ps1 +++ b/scripts/buildLuaJIT.ps1 @@ -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"