diff options
author | Boris Nagaev <bnagaev@gmail.com> | 2016-04-06 19:54:14 (GMT) |
---|---|---|
committer | Boris Nagaev <bnagaev@gmail.com> | 2016-04-06 19:56:38 (GMT) |
commit | e7ce1f43003f40cbec2cdb63bae860c9318a8cfc (patch) | |
tree | d99e42c0bc02f89265fb309f55ccfbe1be26c2ed /plugins/apps | |
parent | d9c3273ed526549c80b58ace8843dd3037698139 (diff) | |
download | mxe-e7ce1f43003f40cbec2cdb63bae860c9318a8cfc.zip mxe-e7ce1f43003f40cbec2cdb63bae860c9318a8cfc.tar.gz mxe-e7ce1f43003f40cbec2cdb63bae860c9318a8cfc.tar.bz2 |
enable native build of luajit in plugin "apps"
Diffstat (limited to 'plugins/apps')
-rw-r--r-- | plugins/apps/luajit.mk | 7 |
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) |