'LUA_USE_READLINE' moved to the make file

This commit is contained in:
Roberto Ierusalimschy
2018-03-02 15:31:51 -03:00
parent 00008b8ed0
commit 0eb10c6303
2 changed files with 2 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ LOCAL = $(TESTS) $(CWARNS) -g -DEXTERNMEMCHECK
# enable Linux goodies
MYCFLAGS= $(LOCAL) -std=c99 -DLUA_USE_LINUX
MYCFLAGS= $(LOCAL) -std=c99 -DLUA_USE_LINUX -DLUA_USE_READLINE
MYLDFLAGS= $(LOCAL) -Wl,-E
MYLIBS= -ldl -lreadline