summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-12-11 23:29:21 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-12-11 23:29:21 (GMT)
commit62906f9c9d5749ec78cac06e1687b48bd6b6f9ac (patch)
tree0d7399c51f2861b9cb27019b8f100efd6307c51e /plugins
parentaa6896f31c49191919d3a384c1c48903e789db49 (diff)
downloadmxe-62906f9c9d5749ec78cac06e1687b48bd6b6f9ac.zip
mxe-62906f9c9d5749ec78cac06e1687b48bd6b6f9ac.tar.gz
mxe-62906f9c9d5749ec78cac06e1687b48bd6b6f9ac.tar.bz2
lua: enable native build only in luarocks plugin
Diffstat (limited to 'plugins')
-rw-r--r--plugins/luarocks/lua.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/luarocks/lua.mk b/plugins/luarocks/lua.mk
new file mode 100644
index 0000000..f891224
--- /dev/null
+++ b/plugins/luarocks/lua.mk
@@ -0,0 +1,7 @@
+# This file is part of MXE.
+# See index.html for further information.
+
+# enable native build for luarocks
+# leave build rule in src/lua.mk for other uses (i.e. build-pkg)
+
+lua_TARGETS := $(BUILD) $(MXE_TARGETS)