diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-11-16 14:25:08 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-11-16 14:25:08 -0200 |
commit | 33b4dec1cb44cff41db626960facfe10fa8d4c66 (patch) | |
tree | 79b4660dc295219df69aa58ace164ec07e70c1ed /makefile | |
parent | 7dd10a1d7e0b6fa44c03060c6ce2d4de64830339 (diff) | |
download | lua-5.1-beta.tar.gz lua-5.1-beta.tar.bz2 lua-5.1-beta.zip |
no more "auto-detection"v5.1-beta
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 | ||