diff options
Diffstat (limited to 'Library/Formula/mod_wsgi.rb')
| -rw-r--r-- | Library/Formula/mod_wsgi.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mod_wsgi.rb b/Library/Formula/mod_wsgi.rb index d05f893b3..24bc29e35 100644 --- a/Library/Formula/mod_wsgi.rb +++ b/Library/Formula/mod_wsgi.rb @@ -32,7 +32,7 @@ class ModWsgi <Formula archs = archs_for_command("python") archs.delete :ppc7400 archs.delete :ppc64 - + inreplace 'Makefile' do |s| s.gsub! "-Wc,'-arch x86_64' -Wc,'-arch i386' -Wc,'-arch ppc7400'", archs.collect{ |a| "-Wc,'-arch #{a}'" }.join(' ') |
