mirror of
https://github.com/facebook/zstd.git
synced 2025-10-09 00:05:28 -04:00
attempt to fix pthreat linking error
replacing -lpthread by -pthread
This commit is contained in:
parent
14312d833e
commit
df9f9296e3
@ -54,7 +54,7 @@ MULTITHREAD_LD =
|
||||
else
|
||||
EXT =
|
||||
MULTITHREAD_CPP = -DZSTD_MULTITHREAD
|
||||
MULTITHREAD_LD = -lpthread
|
||||
MULTITHREAD_LD = -pthread
|
||||
endif
|
||||
MULTITHREAD = $(MULTITHREAD_CPP) $(MULTITHREAD_LD)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user