Skip to content

Commit 224783d

Browse files
committed
fix Missing dependenies
1 parent d024c93 commit 224783d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ endif
3636

3737
ifneq (0,$(PTHREADS))
3838
ifndef NO_PTHREADS
39-
CFLAGS += $(shell ./scripts/feature-test-pthreads && echo "-DHAVE_PTHREADS=1 -pthread" || echo "-DHAVE_PTHREADS=0")
39+
CFLAGS += $(shell ./scripts/feature-test-pthreads && echo "-DHAVE_PTHREADS=1 -pthread")
4040
endif
4141
endif
4242

0 commit comments

Comments
 (0)