aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-04-29 00:14:23 -0500
committerJack Nagel2014-04-29 00:14:23 -0500
commit69a02d5bb303b6eb441cfd38a7a8a2e9f3196ac1 (patch)
tree37260c763dcdf6f0441abbce028e3efd7652161c /Library
parentb7b038fb524be8ee2996d8cd3abe627e6b97f5f4 (diff)
downloadhomebrew-69a02d5bb303b6eb441cfd38a7a8a2e9f3196ac1.tar.bz2
pebble-sdk: remove obsoleted setup.py/clang workaround
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pebble-sdk.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/pebble-sdk.rb b/Library/Formula/pebble-sdk.rb
index 21a5938da..733df58f9 100644
--- a/Library/Formula/pebble-sdk.rb
+++ b/Library/Formula/pebble-sdk.rb
@@ -77,7 +77,6 @@ class PebbleSdk < Formula
ENV.prepend_create_path 'PYTHONPATH', libexec+'lib/python2.7/site-packages'
install_args = [ "setup.py", "install", "--prefix=#{libexec}" ]
- ENV.append_to_cflags '-Qunused-arguments'
resource('freetype-py').stage { system "python", *install_args }
resource('sh').stage { system "python", *install_args }
resource('twisted').stage { system "python", *install_args }
@@ -85,7 +84,6 @@ class PebbleSdk < Formula
resource('websocket-client').stage { system "python", *install_args }
resource('pyserial').stage { system "python", *install_args }
resource('pypng').stage { system "python", *install_args }
- ENV.remove_from_cflags '-Qunused-arguments'
prefix.install %w[Documentation Examples Pebble PebbleKit-Android
PebbleKit-iOS bin tools requirements.txt version.txt]