From 9d257d120e11475271f1eef2e13133154b8efd08 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 29 Apr 2014 00:14:23 -0500 Subject: [PATCH] pebble-sdk: remove obsoleted setup.py/clang workaround --- Formula/pebble-sdk.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/pebble-sdk.rb b/Formula/pebble-sdk.rb index 21a5938dab..733df58f9d 100644 --- a/Formula/pebble-sdk.rb +++ b/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]