summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-08-06 05:41:10 (GMT)
committerGitHub <noreply@github.com>2016-08-06 05:41:10 (GMT)
commitfcbd2fbcc797dd59ca5c1915ee70da4522b368eb (patch)
tree96e25dfbc4092ae0604393d5405fbc43ae1a7fd5 /plugins
parenta644700c8cd9246df80200f4c6444c108a8fceee (diff)
parentb2fee50a51fc44b2a5d8ed485dcaae3e8268fb6b (diff)
downloadmxe-fcbd2fbcc797dd59ca5c1915ee70da4522b368eb.zip
mxe-fcbd2fbcc797dd59ca5c1915ee70da4522b368eb.tar.gz
mxe-fcbd2fbcc797dd59ca5c1915ee70da4522b368eb.tar.bz2
Merge pull request #1458 from fiendish/proper_lua_dll_name
Windows Lua DLLs should not start with "lib"
Diffstat (limited to 'plugins')
-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