Skip to content

Commit

Permalink
Update LuaJIT x86 and x64 (complete)
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Nov 13, 2024
1 parent 24db30c commit 00f3216
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion misc/nightly/plugin.32.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
call %~dp0base_32.bat

nmake /f makefile_vc FAR_WORKDIR=..\..\outfinalnew32 BUILD=1 LUA=luasdk\20240911\64\lua.exe
nmake /f makefile_vc FAR_WORKDIR=..\..\outfinalnew32 BUILD=1 LUA=luasdk\20241113\64\lua.exe
2 changes: 1 addition & 1 deletion misc/nightly/plugin.64.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
call %~dp0base_64.bat

nmake /f makefile_vc FAR_WORKDIR=..\..\outfinalnew64 BUILD=1 LUA=luasdk\20240911\64\lua.exe
nmake /f makefile_vc FAR_WORKDIR=..\..\outfinalnew64 BUILD=1 LUA=luasdk\20241113\64\lua.exe
2 changes: 1 addition & 1 deletion misc/nightly/plugin.ARM64.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
call %~dp0base_ARM64.bat

nmake /f makefile_vc FAR_WORKDIR=..\..\outfinalnewARM64 BUILD=1 LUA=luasdk\20240911\64\lua.exe
nmake /f makefile_vc FAR_WORKDIR=..\..\outfinalnewARM64 BUILD=1 LUA=luasdk\20241113\64\lua.exe
2 changes: 1 addition & 1 deletion misc/nightly/plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ VERSION_7Z=24.08
curl -o arclite/7z/7z-${VERSION_7Z}.zip https://raw.githubusercontent.com/FarGroup/thirdparty/master/7z-${VERSION_7Z}.zip
unzip arclite/7z/7z-${VERSION_7Z}.zip -d arclite/7z/${VERSION_7Z}

VERSION_LUASDK=20240911
VERSION_LUASDK=20241113
curl -o luamacro/luasdk/LuaSDK-${VERSION_LUASDK}.zip https://raw.githubusercontent.com/FarGroup/thirdparty/master/LuaSDK-${VERSION_LUASDK}.zip
unzip luamacro/luasdk/LuaSDK-${VERSION_LUASDK}.zip -d luamacro/luasdk/${VERSION_LUASDK}

Expand Down

0 comments on commit 00f3216

Please sign in to comment.