mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-23 01:59:43 +08: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
|
||||
else
|
||||
SRCDS_BIN = srcds_linux
|
||||
LDFLAGS_SRCDS += -lstdc++
|
||||
LDFLAGS_SRCDS += -lstdc++ -lpthread
|
||||
endif
|
||||
|
||||
SRCDS_OBJS = \
|
||||
|
Loading…
Reference in New Issue
Block a user