From 6b524e8e005f957166dd12ee51c7a8c7f0a40821 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 1 Aug 2014 20:15:57 -0500 Subject: Pass integers to build --- Library/Formula/python3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/python3.rb') 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 Consider setting $PYTHONHOME to [:] -- cgit v1.2.3