瀏覽代碼

LUA_DL_DLOPEN is for internal use; makefile should use LUA_USE_DLOPEN

Roberto Ierusalimschy 20 年之前
父節點
當前提交
c6293a76cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      makefile

+ 1 - 1
makefile

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