Skip to content

Commit

Permalink
Merge a213bd6 into merged_master (Bitcoin PR bitcoin/bitcoin#23817)
Browse files Browse the repository at this point in the history
  • Loading branch information
delta1 committed Jun 14, 2023
2 parents 883bac8 + a213bd6 commit df5a124
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions depends/builders/darwin.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ darwin_INSTALL_NAME_TOOL:=$(shell xcrun -f install_name_tool)
darwin_native_binutils=
darwin_native_toolchain=

x86_64_darwin_CFLAGS = -arch x86_64
x86_64_darwin_CXXFLAGS = $(x86_64_darwin_CFLAGS)
aarch64_darwin_CFLAGS = -arch arm64
aarch64_darwin_CXXFLAGS = $(aarch64_darwin_CFLAGS)
x86_64_darwin_CFLAGS += -arch x86_64
x86_64_darwin_CXXFLAGS += -arch x86_64
aarch64_darwin_CFLAGS += -arch arm64
aarch64_darwin_CXXFLAGS += -arch arm64

0 comments on commit df5a124

Please sign in to comment.