LUA_DL_DLOPEN is for internal use; makefile should use LUA_USE_DLOPEN

This commit is contained in:
Roberto Ierusalimschy
2005-05-09 10:14:14 -03:00
parent 1ab2b93462
commit c6293a76cc

View File

@@ -29,7 +29,7 @@ MYLIBS=
# enable Linux goodies
MYCFLAGS= $(LOCAL) -DLUA_DL_DLOPEN -DLUA_USE_READLINE
MYCFLAGS= $(LOCAL) -DLUA_USE_DLOPEN -DLUA_USE_READLINE
MYLDFLAGS= -Wl,-E
MYLIBS= -ldl -lreadline -lhistory -lncurses