Skip to content
Snippets Groups Projects
Commit 479f4bc7 authored by Jack Nagel's avatar Jack Nagel
Browse files

Remove deprecation notice from system "xcodebuild"

The new xcodebuild method calls system "xcodebuild" underneath, so this
notice would always be printed. Instead we will just rely on the audit
check.

Fixes Homebrew/homebrew#27092.
parent 88565ac3
No related branches found
No related tags found
No related merge requests found
......@@ -565,7 +565,6 @@ class Formula
ohai "#{cmd} #{pretty_args*' '}".strip
if cmd.to_s.start_with? "xcodebuild"
opoo %{system "xcodebuild" is deprecated, use the xcodebuild method instead}
removed_ENV_variables.update(ENV.remove_cc_etc)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment