pebble-sdk: remove obsoleted setup.py/clang workaround

This commit is contained in:
Jack Nagel 2014-04-29 00:14:23 -05:00
parent 631cfd1e41
commit 9d257d120e

View file

@ -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]