summaryrefslogtreecommitdiffstats
path: root/plugins/apps/luajit.mk
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-04-06 19:54:14 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-04-06 19:56:38 (GMT)
commite7ce1f43003f40cbec2cdb63bae860c9318a8cfc (patch)
treed99e42c0bc02f89265fb309f55ccfbe1be26c2ed /plugins/apps/luajit.mk
parentd9c3273ed526549c80b58ace8843dd3037698139 (diff)
downloadmxe-e7ce1f43003f40cbec2cdb63bae860c9318a8cfc.zip
mxe-e7ce1f43003f40cbec2cdb63bae860c9318a8cfc.tar.gz
mxe-e7ce1f43003f40cbec2cdb63bae860c9318a8cfc.tar.bz2
enable native build of luajit in plugin "apps"
Diffstat (limited to 'plugins/apps/luajit.mk')
-rw-r--r--plugins/apps/luajit.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/apps/luajit.mk b/plugins/apps/luajit.mk
new file mode 100644
index 0000000..1fcfe9b
--- /dev/null
+++ b/plugins/apps/luajit.mk
@@ -0,0 +1,7 @@
+# This file is part of MXE.
+# See index.html for further information.
+
+# enable native build of luajit for wrk
+# leave build rule in src/luajit.mk for other uses (i.e. build-pkg)
+
+luajit_TARGETS := $(BUILD) $(MXE_TARGETS)