Remove example that is generally not required
This commit is contained in:
parent
2d47a5f259
commit
19f9d0aaf1
@ -302,10 +302,6 @@ class ExampleFormula < Formula
|
|||||||
ENV.append_to_cflags "-I ./missing/includes"
|
ENV.append_to_cflags "-I ./missing/includes"
|
||||||
end
|
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:
|
# Overwriting any env var:
|
||||||
ENV["LDFLAGS"] = "--tag CC"
|
ENV["LDFLAGS"] = "--tag CC"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user