diff options
| -rw-r--r-- | Library/Formula/pebble-sdk.rb | 2 |
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] |
