summaryrefslogtreecommitdiffstats
path: root/plugins/luarocks
diff options
context:
space:
mode:
authorfiendish <patcherton.fixesthings@gmail.com>2016-07-27 11:11:06 (GMT)
committerfiendish <patcherton.fixesthings@gmail.com>2016-07-27 15:19:53 (GMT)
commitb2fee50a51fc44b2a5d8ed485dcaae3e8268fb6b (patch)
tree09612e7e5110e5f00f755b6af9aa9d30664a5f8b /plugins/luarocks
parent779e4988cd4a06d27be4478f3fb20fba2a289dc8 (diff)
downloadmxe-b2fee50a51fc44b2a5d8ed485dcaae3e8268fb6b.zip
mxe-b2fee50a51fc44b2a5d8ed485dcaae3e8268fb6b.tar.gz
mxe-b2fee50a51fc44b2a5d8ed485dcaae3e8268fb6b.tar.bz2
Use official Lua DLL version naming
Diffstat (limited to 'plugins/luarocks')
-rw-r--r--plugins/luarocks/luarocks-1-fixes.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/luarocks/luarocks-1-fixes.patch b/plugins/luarocks/luarocks-1-fixes.patch
index 33e9fb8..4860d52 100644
--- a/plugins/luarocks/luarocks-1-fixes.patch
+++ b/plugins/luarocks/luarocks-1-fixes.patch
@@ -81,7 +81,7 @@ index 1111111..2222222 100644
+ }
+ defaults.runtime_external_deps_patterns = {
+ bin = { "?.exe", "?.bat" },
-+ lib = { "?.dll", "lib?.dll" },
++ lib = { "?.dll" },
+ include = { "?.h" }
+ }
+end