We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d024c93 commit 224783dCopy full SHA for 224783d
Makefile
@@ -36,7 +36,7 @@ endif
36
37
ifneq (0,$(PTHREADS))
38
ifndef NO_PTHREADS
39
- CFLAGS += $(shell ./scripts/feature-test-pthreads && echo "-DHAVE_PTHREADS=1 -pthread" || echo "-DHAVE_PTHREADS=0")
+ CFLAGS += $(shell ./scripts/feature-test-pthreads && echo "-DHAVE_PTHREADS=1 -pthread")
40
endif
41
42
0 commit comments