We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85699af + 4d82fa3 commit 4559d99Copy full SHA for 4559d99
depends/builders/darwin.mk
@@ -20,3 +20,8 @@ darwin_OTOOL:=$(shell xcrun -f otool)
20
darwin_NM:=$(shell xcrun -f nm)
21
darwin_INSTALL_NAME_TOOL:=$(shell xcrun -f install_name_tool)
22
darwin_native_toolchain=
23
+
24
+x86_64_darwin_CFLAGS += -arch x86_64
25
+x86_64_darwin_CXXFLAGS += -arch x86_64
26
+aarch64_darwin_CFLAGS += -arch arm64
27
+aarch64_darwin_CXXFLAGS += -arch arm64
0 commit comments