mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
🚨 Restore SYMROOT build setting
This commit is contained in:
parent
487f3cd4f2
commit
110a4f89c3
2 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue