Skip to content

Commit c4f36ce

Browse files
author
Mike Pall
committed
Merge branch 'master' into v2.1
2 parents 617f532 + 61464b0 commit c4f36ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ CCOPTIONS= $(CCDEBUG) $(ASOPTIONS)
195195
LDOPTIONS= $(CCDEBUG) $(LDFLAGS)
196196

197197
HOST_CC= $(CC)
198-
HOST_RM= rm -f
198+
HOST_RM?= rm -f
199199
# If left blank, minilua is built and used. You can supply an installed
200200
# copy of (plain) Lua 5.1 or 5.2, plus Lua BitOp. E.g. with: HOST_LUA=lua
201201
HOST_LUA=

0 commit comments

Comments
 (0)