From 190e665bb1db54d452ed9e0bf93c6985bd8dab5f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 23 Feb 2018 19:39:19 +0000 Subject: Revert "docs: use short links." This reverts commit e63a2ee8de12f0f938f6a95cdb9763dbe0187b4a. Closes #3832. --- docs/Building-Against-Non-Homebrew-Dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Building-Against-Non-Homebrew-Dependencies.md') diff --git a/docs/Building-Against-Non-Homebrew-Dependencies.md b/docs/Building-Against-Non-Homebrew-Dependencies.md index 0c8ad9802..4e85757a1 100644 --- a/docs/Building-Against-Non-Homebrew-Dependencies.md +++ b/docs/Building-Against-Non-Homebrew-Dependencies.md @@ -8,4 +8,4 @@ As Homebrew became primarily a binary package manager, most users were fulfillin ## Today -If you wish to build against custom non-Homebrew dependencies that are provided by Homebrew (e.g. a non-Homebrew, non-macOS `ruby`) then you must [create and maintain your own tap](How-to-Create-and-Maintain-a-Tap) as these formulae will not be accepted in Homebrew/homebrew-core. Once you have done that you can specify `env :std` in the formula which will allow a e.g. `which ruby` to access your existing `PATH` variable and allow compilation to link against this Ruby. +If you wish to build against custom non-Homebrew dependencies that are provided by Homebrew (e.g. a non-Homebrew, non-macOS `ruby`) then you must [create and maintain your own tap](How-to-Create-and-Maintain-a-Tap.md) as these formulae will not be accepted in Homebrew/homebrew-core. Once you have done that you can specify `env :std` in the formula which will allow a e.g. `which ruby` to access your existing `PATH` variable and allow compilation to link against this Ruby. -- cgit v1.2.3