mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
11 lines
440 B
Diff
Executable File
11 lines
440 B
Diff
Executable File
--- a/src/3rdparty/chromium/skia/BUILD.gn 2020-09-01 13:02:34.000000000 +0200
|
|
+++ b/src/3rdparty/chromium/skia/BUILD.gn 2020-10-06 20:51:48.834970455 +0200
|
|
@@ -772,7 +772,6 @@
|
|
# 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" ]
|
|
}
|
|
}
|