From 19f9d0aaf17c5ca70141739dbfb7647423af48cf Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 19 May 2014 23:53:12 -0500 Subject: Remove example that is generally not required --- Library/Contributions/example-formula.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Library') 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" -- cgit v1.2.3