diff options
Diffstat (limited to 'Library/Formula/otx.rb')
| -rw-r--r-- | Library/Formula/otx.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/otx.rb b/Library/Formula/otx.rb index ad20ee2da..e4e37733a 100644 --- a/Library/Formula/otx.rb +++ b/Library/Formula/otx.rb @@ -5,7 +5,7 @@ class Otx <Formula homepage 'http://otx.osxninja.com/' def install - system 'xcodebuild' + system 'xcodebuild SYMROOT=build' build = Pathname.getwd + 'build/Release' bin.install build+"otx" prefix.install build+"otx.app" |
