File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,13 +72,13 @@ else ifeq ($(PLATFORM),android)
7272else ifeq ($(PLATFORM),ios)
7373 TARGET := $(DIST_DIR ) /cloudsync.dylib
7474 SDK := -isysroot $(shell xcrun --sdk iphoneos --show-sdk-path) -miphoneos-version-min=11.0
75- LDFLAGS += -framework Security -dynamiclib $(SDK )
75+ LDFLAGS += -framework Security -framework CoreFoundation - dynamiclib $(SDK )
7676 # iOS-specific flags
7777 CFLAGS += -arch arm64 $(SDK )
7878else ifeq ($(PLATFORM),isim)
7979 TARGET := $(DIST_DIR ) /cloudsync.dylib
8080 SDK := -isysroot $(shell xcrun --sdk iphonesimulator --show-sdk-path) -miphonesimulator-version-min=11.0
81- LDFLAGS += -arch x86_64 -arch arm64 -framework Security -dynamiclib $(SDK )
81+ LDFLAGS += -arch x86_64 -arch arm64 -framework Security -framework CoreFoundation - dynamiclib $(SDK )
8282 # iphonesimulator-specific flags
8383 CFLAGS += -arch x86_64 -arch arm64 $(SDK )
8484else # linux
You can’t perform that action at this time.
0 commit comments