We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d10c4 commit 241eb5cCopy full SHA for 241eb5c
scripts/buildLuaJIT.ps1
@@ -17,9 +17,9 @@ New-Item -Path $installDir -ItemType "directory" -Name "include"
17
New-Item -Path $installDir -ItemType "directory" -Name "share"
18
New-Item -Path $installDir -ItemType "directory" -Name "jit"
19
20
-git clone https://luajit.org/git/luajit.git LuaJIT-git --branch v2.1
+git clone https://luajit.org/git/luajit.git LuaJIT_src
21
22
-Set-Location "LuaJIT-git"
+Set-Location "LuaJIT_src"
23
24
mingw32-make.exe
25
@@ -34,4 +34,4 @@ Copy-Item "src\luajit.exe" -Destination "$($installDir)\bin"
34
Copy-Item "src\lua51.dll" -Destination "$($installDir)\bin"
35
36
Set-Location "$($pwd.Path)\.."
37
-Remove-Item -Recurse -Force "LuaJIT-git"
+Remove-Item -Recurse -Force "LuaJIT_src"
0 commit comments