Skip to content
Snippets Groups Projects
Commit f0fbcf50 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

ENV/super: fix set_cpu_flags stub.

It should accept arguments.

Fixes https://github.com/Homebrew/homebrew-core/issues/8362
parent ad593cf4
No related branches found
No related tags found
No related merge requests found
......@@ -328,7 +328,8 @@ module Superenv
# This method does nothing in superenv since there's no custom CFLAGS API
# @private
def set_cpu_flags; end
def set_cpu_flags(*_args)
end
end
class Array
......
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