Skip to content

Commit 4205af9

Browse files
authored
Tweak platform conditional in patch to support cross builds (#2816)
1 parent 5a52732 commit 4205af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/core/ungoogled-chromium/disable-domain-reliability.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
- "--output",
8787
- rebase_path(output_file, root_build_dir),
8888
- ]
89-
+ if (is_win) {
89+
+ if (host_os == "win") {
9090
+ args = [
9191
+ "--file-list",
9292
+ "nul",

0 commit comments

Comments
 (0)