diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-12-11 23:29:21 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-12-11 23:29:21 (GMT) |
commit | 62906f9c9d5749ec78cac06e1687b48bd6b6f9ac (patch) | |
tree | 0d7399c51f2861b9cb27019b8f100efd6307c51e /src | |
parent | aa6896f31c49191919d3a384c1c48903e789db49 (diff) | |
download | mxe-62906f9c9d5749ec78cac06e1687b48bd6b6f9ac.zip mxe-62906f9c9d5749ec78cac06e1687b48bd6b6f9ac.tar.gz mxe-62906f9c9d5749ec78cac06e1687b48bd6b6f9ac.tar.bz2 |
lua: enable native build only in luarocks plugin
Diffstat (limited to 'src')
-rw-r--r-- | src/lua.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ $(PKG)_CHECKSUM := c740c7bb23a936944e1cc63b7c3c5351a8976d7867c5252c8854f7b2af9da $(PKG)_SUBDIR := lua-$($(PKG)_VERSION) $(PKG)_FILE := lua-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://www.lua.org/ftp/$($(PKG)_FILE) -$(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS) $(PKG)_DEPS := gcc $(PKG)_DEPS_$(BUILD) := |