Skip to content

Commit a353082

Browse files
committed
[skia] Avoid linking errors from conflicting fuzz engines
1 parent 33223ed commit a353082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/skia/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ SKIA_ARGS="skia_build_fuzzers=true
9090
skia_use_freetype=true
9191
skia_use_system_freetype2=false
9292
skia_use_wuffs=true
93-
skia_use_libfuzzer_defaults=false"
93+
skia_provide_default_fuzz_engine=false"
9494

9595
# Even though GPU is "enabled" for all these builds, none really
9696
# uses the gpu except for api_mock_gpu_canvas.

0 commit comments

Comments
 (0)