Merge branch 'master' into v2.1

master
Mike Pall 2019-01-10 12:37:40 +01:00
commit c4f36ce565
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ CCOPTIONS= $(CCDEBUG) $(ASOPTIONS)
LDOPTIONS= $(CCDEBUG) $(LDFLAGS)
HOST_CC= $(CC)
HOST_RM= rm -f
HOST_RM?= rm -f
# If left blank, minilua is built and used. You can supply an installed
# copy of (plain) Lua 5.1 or 5.2, plus Lua BitOp. E.g. with: HOST_LUA=lua
HOST_LUA=