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