diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ MYLIBS= | |||
29 | 29 | ||
30 | 30 | ||
31 | # enable Linux goodies | 31 | # enable Linux goodies |
32 | MYCFLAGS= $(LOCAL) -DLUA_USE_DLOPEN -DLUA_USE_READLINE | 32 | MYCFLAGS= $(LOCAL) -DLUA_USE_LINUX |
33 | MYLDFLAGS= -Wl,-E | 33 | MYLDFLAGS= -Wl,-E |
34 | MYLIBS= -ldl -lreadline -lhistory -lncurses | 34 | MYLIBS= -ldl -lreadline -lhistory -lncurses |
35 | 35 | ||