Skip to content

Commit

Permalink
Sync windows patch with pdfium-binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Apr 7, 2023
1 parent 3099498 commit db33c55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sourcebuild/patches/win/build.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
diff --git a/toolchain/win/toolchain.gni b/toolchain/win/toolchain.gni
index e7fd62098..b5b034765 100644
index 968a4a20e..536295050 100644
--- a/toolchain/win/toolchain.gni
+++ b/toolchain/win/toolchain.gni
@@ -230,7 +230,7 @@ template("msvc_toolchain") {
@@ -235,7 +235,7 @@ template("single_msvc_toolchain") {
}

tool("rc") {
- command = "$python_path $_tool_wrapper_path rc-wrapper $env rc.exe /nologo $sys_include_flags{{defines}} {{include_dirs}} /fo{{output}} {{source}}"
- command = "\"$python_path\" $_tool_wrapper_path rc-wrapper $env rc.exe /nologo $sys_include_flags{{defines}} {{include_dirs}} /fo{{output}} {{source}}"
+ command = "rc.exe /nologo $sys_include_flags{{defines}} {{include_dirs}} /fo{{output}} {{source}}"
depsformat = "msvc"
outputs = [ "$object_subdir/{{source_name_part}}.res" ]
Expand Down

0 comments on commit db33c55

Please sign in to comment.