diff options
| author | Jack Nagel | 2014-05-19 23:53:12 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-19 23:53:12 -0500 |
| commit | 19f9d0aaf17c5ca70141739dbfb7647423af48cf (patch) | |
| tree | 1720d4a9b5e79904182a351bc64c8e63cf0d9203 | |
| parent | 2d47a5f25999416571d17bd08a85ad1311f653c4 (diff) | |
| download | brew-19f9d0aaf17c5ca70141739dbfb7647423af48cf.tar.bz2 | |
Remove example that is generally not required
| -rw-r--r-- | Library/Contributions/example-formula.rb | 4 |
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" |
