eject: pass SYMROOT
Closes #10353. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
parent
01a0c28850
commit
e69876cb5d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Eject < Formula
|
|||
depends_on :xcode => ["8.0", :build]
|
||||
|
||||
def install
|
||||
xcodebuild
|
||||
xcodebuild "SYMROOT=build"
|
||||
bin.install "build/Release/eject.app/Contents/MacOS/eject"
|
||||
frameworks_path = "build/Release/eject.app/Contents/Frameworks"
|
||||
mv frameworks_path, frameworks
|
||||
|
|
Loading…
Reference in a new issue