pebble-sdk: remove obsoleted setup.py/clang workaround
This commit is contained in:
parent
631cfd1e41
commit
9d257d120e
1 changed files with 0 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue