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 61b2f92 commit 95c8c76Copy full SHA for 95c8c76
Makefile
@@ -52,6 +52,7 @@ ifeq ($(PLATFORM),windows)
52
LDFLAGS += -shared -lws2_32
53
# Create .def file for Windows
54
DEF_FILE := $(BUILD_RELEASE)/cloudsync.def
55
+ CFLAGS += -DCURL_STATICLIB
56
else ifeq ($(PLATFORM),macos)
57
TARGET := $(DIST_DIR)/cloudsync.dylib
58
LDFLAGS += -arch x86_64 -arch arm64 -framework Security -dynamiclib -undefined dynamic_lookup
0 commit comments