File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,16 @@ PYTHON_LIBS := \
38
38
cinnabar/cmd/util.py \
39
39
cinnabar/util.py
40
40
41
+ SYSTEM = $(shell python2.7 -c 'import platform; print platform.system() ')
42
+
41
43
NO_GETTEXT ?= 1
42
44
NO_OPENSSL ?= 1
45
+ ifeq ($(SYSTEM ) ,Windows)
46
+ NO_PTHREADS ?= 1
47
+ endif
43
48
44
49
include $(CURDIR ) /Makefile
45
50
46
- SYSTEM = $(shell python2.7 -c 'import platform; print platform.system() ')
47
51
ifeq ($(SYSTEM ) ,Windows)
48
52
CFLAGS += -DCURL_STATICLIB
49
53
endif
@@ -133,6 +137,7 @@ EXCLUDE_OBJS += bitmap.o
133
137
EXCLUDE_OBJS += blame.o
134
138
EXCLUDE_OBJS += checkout.o
135
139
EXCLUDE_OBJS += compat/mingw.o
140
+ EXCLUDE_OBJS += compat/win32/pthread.o
136
141
EXCLUDE_OBJS += connect.o
137
142
EXCLUDE_OBJS += default.o
138
143
EXCLUDE_OBJS += help.o
You can’t perform that action at this time.
0 commit comments