From 110a4f89c3e760b4e984ddbe21caf20ca13cf945 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Sun, 12 Aug 2018 20:38:03 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Restore=20SYMROOT=20build=20sett?= =?UTF-8?q?ing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Homebrew/mas-tap.rb | 3 ++- Homebrew/mas.rb | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Homebrew/mas-tap.rb b/Homebrew/mas-tap.rb index 553f03b..973aeae 100644 --- a/Homebrew/mas-tap.rb +++ b/Homebrew/mas-tap.rb @@ -26,7 +26,8 @@ class Mas < Formula system "bundle", "exec", "pod", "install" xcodebuild "-workspace", "mas-cli.xcworkspace", - "-scheme", "mas-cli Release" + "-scheme", "mas-cli Release", + "SYMROOT=build" bin.install "build/mas" bash_completion.install "contrib/completion/mas-completion.bash" => "mas" diff --git a/Homebrew/mas.rb b/Homebrew/mas.rb index 11e4972..4c45cc5 100644 --- a/Homebrew/mas.rb +++ b/Homebrew/mas.rb @@ -22,7 +22,8 @@ class Mas < Formula system "bundle", "exec", "pod", "install" xcodebuild "-workspace", "mas-cli.xcworkspace", - "-scheme", "mas-cli Release" + "-scheme", "mas-cli Release", + "SYMROOT=build" bin.install "build/mas" bash_completion.install "contrib/completion/mas-completion.bash" => "mas"