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

This is a backreference, not an embedded NUL

parent 1bcd428b
No related branches found
No related tags found
No related merge requests found
......@@ -298,7 +298,7 @@ module HomebrewEnvExtension
if compiler != :clang && Hardware.is_32_bit?
# Can't mix "-march" for a 32-bit CPU with "-arch x86_64"
replace_in_cflags(/-march=\S*/, "-Xarch_#{Hardware::CPU.arch_32_bit} \0")
replace_in_cflags(/-march=\S*/, "-Xarch_#{Hardware::CPU.arch_32_bit} \\0")
end
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