lua

A copy of the Lua development repository
Log | Files | Refs | README

commit c6293a76ccedbfc79f60261128e43fe95b350842
parent 1ab2b93462753b5f500ada31353acc444d4e7b7c
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Mon,  9 May 2005 10:13:52 -0300

LUA_DL_DLOPEN is for internal use; makefile should use LUA_USE_DLOPEN

Diffstat:
Mmakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile @@ -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