1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00

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
+1 -1
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