mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 03:56:10 +08:00
Explicitly link to libpthread in the srcds_linux binary.
This commit is contained in:
@ -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 = \
|
||||
|
Reference in New Issue
Block a user