remove `use_brlapi` in build
WARNING at build arg file (use "gn args <out_dir>" to edit):18:14: Build argument has no effect.
use_brlapi = 0
^
Did you mean "use_vaapi"?
The variable "use_brlapi" was set as a build argument
but never appeared in a declare_args() block in any buildfile.
To view all possible args, run "gn args --list <out_dir>"
The build continued as if that argument was unspecified.
Done. Made 18000 targets from 3088 files in 3657ms
This commit is contained in:
parent
5424a18a82
commit
bb9b97fb74
|
|
@ -263,7 +263,6 @@
|
|||
symbol_level = 0
|
||||
target_cpu = "x64"
|
||||
target_os = "linux"
|
||||
use_brlapi = 0
|
||||
use_sysroot = true
|
||||
v8_symbol_level = 0
|
||||
v8_target_cpu = "x64"
|
||||
|
|
|
|||
Loading…
Reference in New Issue