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 8d58ee3 commit efbceddCopy full SHA for efbcedd
helper/helper.mk
@@ -45,7 +45,7 @@ include $(CURDIR)/Makefile
45
46
SYSTEM = $(shell python2.7 -c 'import platform; print platform.system()')
47
ifeq ($(SYSTEM),Windows)
48
-CFLAGS += -DCURL_STATICLIB
+CFLAGS += -DCURL_STATICLIB -Dpthread_create=win32_pthread_create -Dpthread_self=win32_pthread_self
49
endif
50
SOURCE_DIR := $(dir $(CURDIR))
51
0 commit comments