We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 880be99 commit bc67465Copy full SHA for bc67465
Makefile
@@ -616,11 +616,13 @@ endif
616
ifeq ($(NATIVE), osx)
617
DEFINES += -DMACOSX
618
CXXFLAGS += -mmacosx-version-min=10.15
619
+ CFLAGS += -mmacosx-version-min=10.15
620
LDFLAGS += -mmacosx-version-min=10.15 -framework CoreFoundation -Wl,-headerpad_max_install_names
621
# doesn't use GNU ar
622
THIN_AR=0
623
ifeq ($(UNIVERSAL_BINARY), 1)
624
CXXFLAGS += -arch x86_64 -arch arm64
625
+ CFLAGS += -arch x86_64 -arch arm64
626
LDFLAGS += -arch x86_64 -arch arm64
627
endif
628
ifdef FRAMEWORK
0 commit comments