Skip to content

Commit 241eb5c

Browse files
committed
don't use branch
1 parent 45d10c4 commit 241eb5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/buildLuaJIT.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ 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
20+
git clone https://luajit.org/git/luajit.git LuaJIT_src
2121

22-
Set-Location "LuaJIT-git"
22+
Set-Location "LuaJIT_src"
2323

2424
mingw32-make.exe
2525

@@ -34,4 +34,4 @@ Copy-Item "src\luajit.exe" -Destination "$($installDir)\bin"
3434
Copy-Item "src\lua51.dll" -Destination "$($installDir)\bin"
3535

3636
Set-Location "$($pwd.Path)\.."
37-
Remove-Item -Recurse -Force "LuaJIT-git"
37+
Remove-Item -Recurse -Force "LuaJIT_src"

0 commit comments

Comments
 (0)