mirror of https://github.com/rusefi/lua.git
LUA_DL_DLOPEN is for internal use; makefile should use LUA_USE_DLOPEN
This commit is contained in:
parent
1ab2b93462
commit
c6293a76cc
2
makefile
2
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue