Commit 1fddf43 1 parent 189ad30 commit 1fddf43 Copy full SHA for 1fddf43
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
ifeq "$(OS ) " "macosx"
63
63
64
64
CFLAGS += ` curl-$( OS) /bin/curl-config --static-libs ` ` curl-$( OS) /bin/curl-config --cflags `
65
- CFLAGS += -arch x86_64 -arch arm64
65
+ # CFLAGS += -arch x86_64 -arch arm64
66
66
67
67
EXE =
68
68
@@ -128,7 +128,7 @@ curl-setup:
128
128
@echo " setting up curl..."
129
129
# wget http://curl.haxx.se/download/curl-7.37.1.tar.gz
130
130
tar xvzf curl-7.37.1.tar.gz
131
- cd curl-7.37.1 && CFLAGS= ' -arch x86_64 -arch arm64 ' ./configure --prefix=` pwd` /../curl-$(OS ) --disable-shared --disable-ldap --without-zlib --without-libssh2 --without-ssl --disable-crypto-auth && $(MAKE ) && $(MAKE ) install
131
+ cd curl-7.37.1 && ./configure --prefix=` pwd` /../curl-$(OS ) --disable-shared --disable-ldap --without-zlib --without-libssh2 --without-ssl --disable-crypto-auth && $(MAKE ) && $(MAKE ) install
132
132
133
133
json-parser-setup :
134
134
@echo " setting up json-parser"
You can’t perform that action at this time.
0 commit comments