Commit ff69046
committed
Merge bitcoin#32215: depends: Fix cross-compiling on macOS
d0cce41 depends: Fix `mv` command compatibility with macOS (Hennadii Stepanov)
690f5da depends: Specify Objective C/C++ compilers for `native_qt` package (Hennadii Stepanov)
Pull request description:
This PR:
1. Specifies Objective C/C++ compilers for `native_qt` package.
2. Removes the `-t` option, which is incompatible with `mv` on macOS.
Fixes bitcoin#32208.
ACKs for top commit:
janb84:
ACK [d0cce41](bitcoin@d0cce41)
fanquake:
ACK d0cce41
Tree-SHA512: a224407f393cc9a90c73ce156674ec90ed74f59104849b312a993218e28f76c3f97335eed6bd5a3e552fd50002a59aa2de775d8ed7557a74c25202a638bfda8c1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
91 | 95 | | |
92 | 96 | | |
93 | 97 | | |
| |||
148 | 152 | | |
149 | 153 | | |
150 | 154 | | |
151 | | - | |
| 155 | + | |
152 | 156 | | |
0 commit comments