diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-03-02 15:31:51 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2018-03-02 15:31:51 -0300 |
commit | 0eb10c6303dadf29be349b0331e6029b5ae03298 (patch) | |
tree | 998db20a6ce3daa6f032f88b2b291fbd6273b4d2 /makefile | |
parent | 00008b8ed0aca4540a2d5480316a01c7172fb8ba (diff) | |
download | lua-0eb10c6303dadf29be349b0331e6029b5ae03298.tar.gz lua-0eb10c6303dadf29be349b0331e6029b5ae03298.tar.bz2 lua-0eb10c6303dadf29be349b0331e6029b5ae03298.zip |
'LUA_USE_READLINE' moved to the make file
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ LOCAL = $(TESTS) $(CWARNS) -g -DEXTERNMEMCHECK | |||
54 | 54 | ||
55 | 55 | ||
56 | # enable Linux goodies | 56 | # enable Linux goodies |
57 | MYCFLAGS= $(LOCAL) -std=c99 -DLUA_USE_LINUX | 57 | MYCFLAGS= $(LOCAL) -std=c99 -DLUA_USE_LINUX -DLUA_USE_READLINE |
58 | MYLDFLAGS= $(LOCAL) -Wl,-E | 58 | MYLDFLAGS= $(LOCAL) -Wl,-E |
59 | MYLIBS= -ldl -lreadline | 59 | MYLIBS= -ldl -lreadline |
60 | 60 | ||