Change PatchConfig settings for gecko build.

This commit is contained in:
fanyouwei 2022-08-30 18:59:52 +08:00 committed by hcl
parent 4134f8167a
commit baf7031711
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ var Log = PathConfig{
var Missing = PathConfig{
Symlink: true,
Log: true,
Error: true,
Error: false,
}
var LinuxOnlyPrebuilt = PathConfig{