aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorJack Nagel2014-08-01 20:15:57 -0500
committerJack Nagel2014-08-01 20:15:57 -0500
commit6b524e8e005f957166dd12ee51c7a8c7f0a40821 (patch)
treeeb6742009621c833ff5828709fc2e587b527b9a1 /Library/Formula/python3.rb
parent43a2da2d5e58ddffefd8359b7fed53dd6d2a0ad1 (diff)
downloadhomebrew-6b524e8e005f957166dd12ee51c7a8c7f0a40821.tar.bz2
Pass integers to build
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index 2bc408d77..5cd33672f 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -43,7 +43,7 @@ class Python3 < Formula
end
fails_with :llvm do
- build '2336'
+ build 2336
cause <<-EOS.undent
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]