mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 14:26:39 +02:00
core: move the "-no-undefined" from LDFLAGS in configure.ac to Makefile.am in plugins
This "-no-undefined" was causing an error when detecting "ld" lib on Cygwin.
This commit is contained in:
@@ -28,7 +28,7 @@ lua_la_SOURCES = weechat-lua.c \
|
||||
weechat-lua.h \
|
||||
weechat-lua-api.c \
|
||||
weechat-lua-api.h
|
||||
lua_la_LDFLAGS = -module
|
||||
lua_la_LDFLAGS = -module -no-undefined
|
||||
lua_la_LIBADD = ../lib_weechat_plugins_scripts.la $(LUA_LFLAGS)
|
||||
|
||||
EXTRA_DIST = CMakeLists.txt
|
||||
|
||||
Reference in New Issue
Block a user