aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-19 23:53:12 -0500
committerJack Nagel2014-05-19 23:53:12 -0500
commitab7ff25cea5053c4370f1f051ada08ad83109706 (patch)
tree768798ace62ae9a3116d9393b08e44fc864b1d99 /Library
parent70fa43980e3a92b9d40d7595223a90467e96193d (diff)
downloadhomebrew-ab7ff25cea5053c4370f1f051ada08ad83109706.tar.bz2
Remove example that is generally not required
Diffstat (limited to 'Library')
-rw-r--r--Library/Contributions/example-formula.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Contributions/example-formula.rb b/Library/Contributions/example-formula.rb
index dbd65d0a0..c2cb13005 100644
--- a/Library/Contributions/example-formula.rb
+++ b/Library/Contributions/example-formula.rb
@@ -302,10 +302,6 @@ class ExampleFormula < Formula
ENV.append_to_cflags "-I ./missing/includes"
end
- # This is in general not necessary, but to show how to find the path to
- # the Mac OS X SDK:
- ENV.append "CPPFLAGS", "-I#{MacOS.sdk_path}/usr/include" unless MacOS::CLT.installed?
-
# Overwriting any env var:
ENV["LDFLAGS"] = "--tag CC"