mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 20:20:43 +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
|
||||
|
||||
cl_plugin_LIBS= \
|
||||
$(SERVER_PLUGIN_STATIC_LIBS) \
|
||||
$(CLIENT_PLUGIN_STATIC_LIBS) \
|
||||
$(top_builddir)/libs/gamecode/builtins/libQFcsqc.la
|
||||
|
||||
|
|
Loading…
Reference in a new issue