Skip to content

Commit

Permalink
Sync shared_library patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Jan 28, 2023
1 parent 32fb453 commit 3ac2969
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sourcebuild/patches/shared_library.patch
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
diff --git a/BUILD.gn b/BUILD.gn
index bf0994aee..021d1bd99 100644
index 62210c2f6..053fbff6d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -160,7 +160,7 @@ group("pdfium_public_headers") {
@@ -341,7 +341,7 @@ group("pdfium_public_headers") {
]
}

-component("pdfium") {
+shared_library("pdfium") {
output_name = "pdfium"
libs = []
configs += [ ":pdfium_strict_config" ]
public_configs = [ ":pdfium_public_config" ]
@@ -199,6 +199,9 @@ component("pdfium") {
@@ -381,6 +381,9 @@ component("pdfium") {
"gdi32.lib",
"user32.lib",
]
Expand Down

0 comments on commit 3ac2969

Please sign in to comment.