uwsgi: remove now unused inreplace
This commit is contained in:
parent
1f6976e2b1
commit
dd66ddb8b2
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue