mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-03 09:05:09 +02:00
10 lines
440 B
Diff
10 lines
440 B
Diff
--- qt6-webengine-6.4.2.orig/src/3rdparty/chromium/skia/BUILD.gn
|
|
+++ qt6-webengine-6.4.2/src/3rdparty/chromium/skia/BUILD.gn
|
|
@@ -786,7 +786,6 @@ skia_source_set("skia_opts") {
|
|
# Root build config sets -mfpu=$arm_fpu, which we expect to be neon
|
|
# when running this.
|
|
if (!arm_use_neon) {
|
|
- configs -= [ "//build/config/compiler:compiler_arm_fpu" ]
|
|
cflags += [ "-mfpu=neon" ]
|
|
}
|
|
}
|