Formula_installer: only attempt relocation install once
Check @@attempted for cctools so that we only attempt the relocation install once, skip cxxstdlib check in cctools to prevent otool execution prior to installation, skip fixing install names if relocation is not required
This commit is contained in:
parent
e50b1550e5
commit
02d416d701
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ class Cctools < Formula
|
|||
|
||||
depends_on :ld64
|
||||
|
||||
cxxstdlib_check :skip
|
||||
|
||||
keg_only :provided_by_osx,
|
||||
"This package duplicates tools shipped by Xcode."
|
||||
|
||||
|
|
Loading…
Reference in a new issue