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 318f657 commit 732c33bCopy full SHA for 732c33b
cibuild.sh
@@ -326,12 +326,14 @@ function c-cache {
326
}
327
328
function binutils {
329
- add_path /usr/local/binutils/bin/
+ mkdir -p $prebuilt/bintools/bin
330
+ add_path $prebuilt/bintools/bin
331
332
if ! type objcopy > /dev/null; then
333
case $os in
334
Darwin)
335
brew install binutils
336
+ ln -s /usr/local/opt/binutils/bin/objcopy $prebuilt/bintools/bin/objcopy
337
;;
338
esac
339
fi
0 commit comments