mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 01:11:18 +00:00
oops, didn't mean to link hw-master staticly
This commit is contained in:
parent
cd448e12ce
commit
e74d05c12b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ common_ldflags= -export-dynamic
|
|||
|
||||
hw_master_SOURCES= master.c
|
||||
hw_master_LDADD= $(top_builddir)/libs/net/libnet_chan.la $(SERVER_PLUGIN_STATIC_LIBS) $(top_builddir)/libs/console/libQFconsole.la $(top_builddir)/libs/util/libQFutil.la $(NET_LIBS)
|
||||
hw_master_LDFLAGS= $(common_ldflags) -static
|
||||
hw_master_LDFLAGS= $(common_ldflags)
|
||||
|
||||
# Kill the temp files, hopefully.
|
||||
CLEANFILES = *.i *.s $(YACCLEX_CLEANFILES)
|
||||
|
|
Loading…
Reference in a new issue