From e55b0edee1cc477e10b313534e6f4a977b84f984 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 11 Feb 2014 09:00:19 +0000 Subject: python3: create python3-config symlink. Closes #26608. --- Library/Formula/python3.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Formula/python3.rb') diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 4614498b2..221cf7fb5 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -136,7 +136,8 @@ class Python3 < Formula # "python3" executable is forgotten for framework builds. # Make sure homebrew symlinks it to HOMEBREW_PREFIX/bin. - ln_s "#{bin}/python#{VER}", "#{bin}/python3" unless (bin/"python3").exist? + ln_sf "#{bin}/python#{VER}", "#{bin}/python3" + ln_sf "#{bin}/python#{VER}-config", "#{bin}/python3-config" # Remove old setuptools installations that may still fly around and be # listed in the easy_install.pth. This can break setuptools build with -- cgit v1.2.3