www/mozilla-firefox: fix amd64 build, x86_64 not x86.
This commit is contained in:
parent
4ffd0d27be
commit
88a4e68d44
@ -21,7 +21,7 @@ Index: third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128_gn/moz.
|
||||
DEFINES["__STDC_CONSTANT_MACROS"] = True
|
||||
DEFINES["__STDC_FORMAT_MACROS"] = True
|
||||
+
|
||||
+if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "OpenBSD":
|
||||
+if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "OpenBSD":
|
||||
+
|
||||
+ CXXFLAGS += [
|
||||
+ "-msse2"
|
||||
|
Loading…
x
Reference in New Issue
Block a user