forked from bblanchon/pdfium-binaries
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add build patch as recommended by GDAL doc
- Loading branch information
1 parent
80782c6
commit a46f68c
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
diff --git a/config/BUILDCONFIG.gn b/config/BUILDCONFIG.gn | ||
index e011502..ae5758e 100644 | ||
--- a/config/BUILDCONFIG.gn | ||
+++ b/config/BUILDCONFIG.gn | ||
@@ -453,10 +453,10 @@ if (is_win) { | ||
} | ||
|
||
if (is_posix) { | ||
- if (current_os != "aix") { | ||
- default_compiler_configs += | ||
- [ "//build/config/gcc:symbol_visibility_hidden" ] | ||
- } | ||
+ #if (current_os != "aix") { | ||
+ # default_compiler_configs += | ||
+ # [ "//build/config/gcc:symbol_visibility_hidden" ] | ||
+ #} | ||
} | ||
|
||
if (is_fuchsia) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters