Skip to content

Commit

Permalink
don't use branch
Browse files Browse the repository at this point in the history
  • Loading branch information
LebJe committed Nov 19, 2024
1 parent 45d10c4 commit 241eb5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/buildLuaJIT.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ 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
git clone https://luajit.org/git/luajit.git LuaJIT_src

Set-Location "LuaJIT-git"
Set-Location "LuaJIT_src"

mingw32-make.exe

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

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

0 comments on commit 241eb5c

Please sign in to comment.