diff options
author | Howard Chu <hyc@symas.com> | 2022-05-04 03:48:57 +0100 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2022-05-06 16:45:45 +0100 |
commit | fb68465c611ad0c092c3e2fcd6f81b4acce85206 (patch) | |
tree | 0d969f78b7efce03e0505a5c0b10121bb9c08513 /contrib/depends/patches | |
parent | more... update to clang 9.0.0 (diff) | |
download | monero-fb68465c611ad0c092c3e2fcd6f81b4acce85206.tar.xz |
Boost 1.64 doesn't recognize arm64 darwin
Diffstat (limited to 'contrib/depends/patches')
-rw-r--r-- | contrib/depends/patches/boost/fix_arm_arch.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/depends/patches/boost/fix_arm_arch.patch b/contrib/depends/patches/boost/fix_arm_arch.patch new file mode 100644 index 000000000..3cf6b6f4e --- /dev/null +++ b/contrib/depends/patches/boost/fix_arm_arch.patch @@ -0,0 +1,11 @@ +--- boost_1_64_0/tools/build/src/tools/darwin.jam.O 2017-04-17 03:22:26.000000000 +0100 ++++ boost_1_64_0/tools/build/src/tools/darwin.jam 2022-05-04 17:26:29.984464447 +0000 +@@ -505,7 +505,7 @@ + if $(instruction-set) { + options = -arch$(_)$(instruction-set) ; + } else { +- options = -arch arm ; ++# options = -arch arm ; + } + } + } |