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 111c3e0 commit 19f3896Copy full SHA for 19f3896
depends/builders/darwin.mk
@@ -21,3 +21,8 @@ darwin_NM:=$(shell xcrun -f nm)
21
darwin_INSTALL_NAME_TOOL:=$(shell xcrun -f install_name_tool)
22
darwin_native_binutils=
23
darwin_native_toolchain=
24
+
25
+x86_64_darwin_CFLAGS = -arch x86_64
26
+x86_64_darwin_CXXFLAGS = $(x86_64_darwin_CFLAGS)
27
+aarch64_darwin_CFLAGS = -arch arm64
28
+aarch64_darwin_CXXFLAGS = $(aarch64_darwin_CFLAGS)
0 commit comments