macosvpn: pass SYMROOT
Closes #10355. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
parent
e69876cb5d
commit
a1de3c55ad
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Macosvpn < Formula
|
|||
depends_on :xcode => ["7.3", :build]
|
||||
|
||||
def install
|
||||
xcodebuild
|
||||
xcodebuild "SYMROOT=build"
|
||||
bin.install "build/Release/macosvpn"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue