diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-05-09 10:14:14 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2005-05-09 10:14:14 -0300 |
commit | c6293a76ccedbfc79f60261128e43fe95b350842 (patch) | |
tree | a1759c8f75fc2a9d3c503da496c526f3dac38474 | |
parent | 1ab2b93462753b5f500ada31353acc444d4e7b7c (diff) | |
download | lua-c6293a76ccedbfc79f60261128e43fe95b350842.tar.gz lua-c6293a76ccedbfc79f60261128e43fe95b350842.tar.bz2 lua-c6293a76ccedbfc79f60261128e43fe95b350842.zip |
LUA_DL_DLOPEN is for internal use; makefile should use LUA_USE_DLOPEN
-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_DL_DLOPEN -DLUA_USE_READLINE | 32 | MYCFLAGS= $(LOCAL) -DLUA_USE_DLOPEN -DLUA_USE_READLINE |
33 | MYLDFLAGS= -Wl,-E | 33 | MYLDFLAGS= -Wl,-E |
34 | MYLIBS= -ldl -lreadline -lhistory -lncurses | 34 | MYLIBS= -ldl -lreadline -lhistory -lncurses |
35 | 35 | ||