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 1efd200 commit 68b6c91Copy full SHA for 68b6c91
cibuild.sh
@@ -348,6 +348,9 @@ function binutils {
348
case $os in
349
Darwin)
350
brew install binutils
351
+ # It is possible we cached prebuilt but did brew install so recreate
352
+ # simlink if it exists
353
+ rm -f $prebuilt/bintools/bin/objcopy
354
ln -s /usr/local/opt/binutils/bin/objcopy $prebuilt/bintools/bin/objcopy
355
;;
356
esac
0 commit comments