mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
'LUA_USE_READLINE' moved to the make file
This commit is contained in:
parent
00008b8ed0
commit
0eb10c6303
2 changed files with 2 additions and 4 deletions
2
makefile
2
makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue