Skip to content

Commit

Permalink
Lua dll from LuaBinaries
Browse files Browse the repository at this point in the history
  • Loading branch information
SDraw committed May 28, 2023
1 parent b67e69e commit a479506
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file modified CVRLua/vendor/lua/bin/lua54.dll
Binary file not shown.
6 changes: 4 additions & 2 deletions CVRLua/vendor/lua/include/luaconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@
#define LUA_CPATH_DEFAULT \
LUA_CDIR"?.dll;" \
LUA_CDIR"..\\lib\\lua\\" LUA_VDIR "\\?.dll;" \
LUA_CDIR"loadall.dll;" ".\\?.dll"
LUA_CDIR"loadall.dll;" ".\\?.dll;" \
LUA_CDIR"?54.dll;" ".\\?54.dll"
#endif

#else /* }{ */
Expand All @@ -225,7 +226,8 @@

#if !defined(LUA_CPATH_DEFAULT)
#define LUA_CPATH_DEFAULT \
LUA_CDIR"?.so;" LUA_CDIR"loadall.so;" "./?.so"
LUA_CDIR"?.so;" LUA_CDIR"loadall.so;" "./?.so;" \
LUA_CDIR"lib?54.so;" "./lib?54.so"
#endif

#endif /* } */
Expand Down

0 comments on commit a479506

Please sign in to comment.