diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/platypus.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/platypus.rb b/Library/Formula/platypus.rb index a4b0961ae..57f239b84 100644 --- a/Library/Formula/platypus.rb +++ b/Library/Formula/platypus.rb @@ -20,11 +20,11 @@ class Platypus <Formula end # Build binary - system "xcodebuild", "-target", "platypus", "-configuration", "Deployment", "ONLY_ACTIVE_ARCH=YES" + system "xcodebuild", "-target", "platypus", "-configuration", "Deployment", "ONLY_ACTIVE_ARCH=YES", "SDKROOT=", "MACOSX_DEPLOYMENT_TARGET=" end # Build application sub-binary needed by command-line utility Dir.chdir('Script_Exec') do - system "xcodebuild", "-target", "ScriptExec", "-configuration", "Release", "ONLY_ACTIVE_ARCH=YES" + system "xcodebuild", "-target", "ScriptExec", "-configuration", "Release", "ONLY_ACTIVE_ARCH=YES", "SDKROOT=", "MACOSX_DEPLOYMENT_TARGET=" end # Install binary and man page |
