diff options
| author | Jack Nagel | 2014-08-01 20:15:57 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-01 20:15:57 -0500 |
| commit | 6b524e8e005f957166dd12ee51c7a8c7f0a40821 (patch) | |
| tree | eb6742009621c833ff5828709fc2e587b527b9a1 /Library/Formula/python3.rb | |
| parent | 43a2da2d5e58ddffefd8359b7fed53dd6d2a0ad1 (diff) | |
| download | homebrew-6b524e8e005f957166dd12ee51c7a8c7f0a40821.tar.bz2 | |
Pass integers to build
Diffstat (limited to 'Library/Formula/python3.rb')
| -rw-r--r-- | Library/Formula/python3.rb | 2 |
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>] |
