diff options
Diffstat (limited to 'build_detect_platform')
-rw-r--r-- | build_detect_platform | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_detect_platform b/build_detect_platform index 5ab15ef..d8d9ba1 100644 --- a/build_detect_platform +++ b/build_detect_platform @@ -27,7 +27,7 @@ case `uname -s` in Linux) PLATFORM=OS_LINUX echo "PLATFORM_CFLAGS=-pthread -DOS_LINUX" >> build_config.mk - echo "PLATFORM_LDFLAGS=-lpthread" >> build_config.mk + echo "PLATFORM_LDFLAGS=-pthread" >> build_config.mk ;; SunOS) PLATFORM=OS_SOLARIS |