1
0
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:
Scott Ehlert
2014-03-14 15:01:07 -05:00
parent 7460126c21
commit ba88136a11

View File

@ -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 = \