diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/uwsgi.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/uwsgi.rb b/Library/Formula/uwsgi.rb index 110f58a5d..6274c8324 100644 --- a/Library/Formula/uwsgi.rb +++ b/Library/Formula/uwsgi.rb @@ -15,8 +15,6 @@ class Uwsgi < Formula ENV.append 'CFLAGS', flags ENV.append 'LDFLAGS', flags - inreplace 'uwsgiconfig.py', "PYLIB_PATH = ''", "PYLIB_PATH = '#{%x[python-config --ldflags].chomp[/-L(.*?) -l/, 1]}'" - system "python uwsgiconfig.py --build" bin.install "uwsgi" end |
