mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
Update BUILD.gn
This commit is contained in:
parent
8f972730ad
commit
55c1e8bb61
1 changed files with 2 additions and 2 deletions
|
@ -136,9 +136,9 @@ if (!is_android && !is_mac) {
|
|||
configs -= [ "//build/config/compiler:thinlto_optimize_default" ]
|
||||
configs += [ "//build/config/compiler:thinlto_optimize_max" ]
|
||||
if (is_win) {
|
||||
output_name = "initialexe/chrome"
|
||||
output_name = "initialexe/thorium"
|
||||
} else {
|
||||
output_name = "chrome"
|
||||
output_name = "thorium"
|
||||
}
|
||||
|
||||
# Because the sources list varies so significantly per-platform, generally
|
||||
|
|
Loading…
Reference in a new issue