Change DynASM bit operations to use Lua BitOp.
This commit is contained in:
@@ -168,7 +168,7 @@ LDOPTIONS= $(CCDEBUG) $(LDFLAGS)
|
||||
HOST_CC= $(CC)
|
||||
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, e.g. with: HOST_LUA=lua
|
||||
# copy of (plain) Lua 5.1 or 5.2, plus Lua BitOp. E.g. with: HOST_LUA=lua
|
||||
HOST_LUA=
|
||||
|
||||
HOST_XCFLAGS= -I.
|
||||
|
||||
Reference in New Issue
Block a user