mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-30 12:40:42 +00:00
qfbsp shouldn't be linking with -pthread
This commit is contained in:
parent
5904859cca
commit
6cdf8e083e
1 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@ AUTOMAKE_OPTIONS= foreign
|
|||
QFBSP_LIBS=@QFBSP_LIBS@
|
||||
QFBSP_DEPS=@QFBSP_DEPS@
|
||||
QFBSP_INCS=@QFBSP_INCS@
|
||||
PTHREAD_FLAGS=@PTHREAD_FLAGS@
|
||||
|
||||
INCLUDES= -I$(top_srcdir)/include $(QFBSP_INCS)
|
||||
|
||||
|
@ -20,6 +19,5 @@ qfbsp_SOURCES= \
|
|||
brush.c csg4.c map.c merge.c nodraw.c options.c outside.c portals.c \
|
||||
qfbsp.c region.c solidbsp.c surfaces.c tjunc.c writebsp.c
|
||||
|
||||
qfbsp_LDFLAGS= $(PTHREAD_FLAGS)
|
||||
qfbsp_LDADD= $(QFBSP_LIBS)
|
||||
qfbsp_DEPENDENCIES= $(QFBSP_DEPS)
|
||||
|
|
Loading…
Reference in a new issue