Files
MINGW-packages/mingw-w64-lua-luacom-git/003-Lua_51_PATH.patch
Ricky Wu b945d8c7e2 luacom for lua5.1 (#1804)
* luacom for lua5.1

* add pkgbase for luacom
2016-10-11 12:03:50 +03:00

17 lines
727 B
Diff

Binary files luacom-org/.git/index and luacom/.git/index differ
diff -rup luacom-org/cmake/lua.cmake luacom/cmake/lua.cmake
--- luacom-org/cmake/lua.cmake 2016-01-07 13:09:07.004304800 +0800
+++ luacom/cmake/lua.cmake 2016-01-08 08:37:51.345072900 +0800
@@ -6,9 +6,9 @@
# For details see the COPYRIGHT file distributed with LuaDist.
# Please note that the package source code is licensed under its own license.
-set ( INSTALL_LMOD ${INSTALL_LIB}/lua
+set ( INSTALL_LMOD ${INSTALL_LIB}/lua/5.1
CACHE PATH "Directory to install Lua modules." )
-set ( INSTALL_CMOD ${INSTALL_LIB}/lua
+set ( INSTALL_CMOD ${INSTALL_LIB}/lua/5.1
CACHE PATH "Directory to install Lua binary modules." )
option ( SKIP_LUA_WRAPPER