فهرست منبع

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
-MYCFLAGS= $(LOCAL) -DLUA_DL_DLOPEN -DLUA_USE_READLINE
+MYCFLAGS= $(LOCAL) -DLUA_USE_DLOPEN -DLUA_USE_READLINE
 MYLDFLAGS= -Wl,-E
 MYLIBS= -ldl -lreadline -lhistory -lncurses