blob: aa396fb80edf0ffcdc0088c5b92e4ff6f1f377a0 (
plain)
1
2
3
4
5
6
|
# This file is part of MXE. See LICENSE.md for licensing 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)
|