mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-08 02:58:24 +00:00
Explicitly link to libpthread in the srcds_linux binary.
This commit is contained in:
parent
7460126c21
commit
ba88136a11
@ -29,7 +29,7 @@ SRCDS_BIN = srcds_osx
|
|||||||
LDFLAGS_SRCDS += -mmacosx-version-min=10.7
|
LDFLAGS_SRCDS += -mmacosx-version-min=10.7
|
||||||
else
|
else
|
||||||
SRCDS_BIN = srcds_linux
|
SRCDS_BIN = srcds_linux
|
||||||
LDFLAGS_SRCDS += -lstdc++
|
LDFLAGS_SRCDS += -lstdc++ -lpthread
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SRCDS_OBJS = \
|
SRCDS_OBJS = \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user