Skip to content

Commit 2bd20ea

Browse files
committed
Fix
1 parent d4bfbb1 commit 2bd20ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/Homebrew/formula.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,7 @@ def std_configure_args
15441544
sig { params(root: T.any(String, Pathname), path: String).returns(T::Array[T.any(String, Pathname)]) }
15451545
def std_cargo_args(root: prefix, path: ".")
15461546
["--locked", "--root", root, "--path", path, "--config",
1547-
"build.rustflags=['#{Hardware::CPU.rustflags_target_cpu}']"]
1547+
"build.rustflags=['#{Hardware.rustflags_target_cpu}']"]
15481548
end
15491549

15501550
# Standard parameters for CMake builds.

0 commit comments

Comments
 (0)