mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-06 15:51:25 +00:00
clients now need to link in the server console plugin when static
This commit is contained in:
parent
9e3f33f318
commit
fade4419f7
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ libnq_sdl_a_CFLAGS= $(SDL_CFLAGS)
|
||||||
common_ldflags= -export-dynamic
|
common_ldflags= -export-dynamic
|
||||||
|
|
||||||
cl_plugin_LIBS= \
|
cl_plugin_LIBS= \
|
||||||
|
$(SERVER_PLUGIN_STATIC_LIBS) \
|
||||||
$(CLIENT_PLUGIN_STATIC_LIBS) \
|
$(CLIENT_PLUGIN_STATIC_LIBS) \
|
||||||
$(top_builddir)/libs/gamecode/builtins/libQFcsqc.la
|
$(top_builddir)/libs/gamecode/builtins/libQFcsqc.la
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue