aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mod_python.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/mod_python.rb')
-rw-r--r--Library/Formula/mod_python.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mod_python.rb b/Library/Formula/mod_python.rb
index cd4c79db4..73bd29195 100644
--- a/Library/Formula/mod_python.rb
+++ b/Library/Formula/mod_python.rb
@@ -23,7 +23,7 @@ class ModPython <Formula
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
-
+
# Explicitly set the arch in CFLAGS so the PSPModule will build against system Python
# We remove 'ppc' support, so we can pass Intel-optimized CFLAGS.
archs = archs_for_command("python")