Skip to content

Commit

Permalink
Fix shared object ABI exports (#5144)
Browse files Browse the repository at this point in the history
  • Loading branch information
LourensVeen committed Feb 22, 2023
1 parent e6d01b2 commit 3039f93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libprotobuf-lite.map
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
extern "C++" {
*google*;
};
scc_info_*;
descriptor_table_*;

local:
*;
Expand Down
2 changes: 2 additions & 0 deletions src/libprotobuf.map
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
extern "C++" {
*google*;
};
scc_info_*;
descriptor_table_*;

local:
*;
Expand Down
2 changes: 2 additions & 0 deletions src/libprotoc.map
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
extern "C++" {
*google*;
};
scc_info_*;
descriptor_table_*;

local:
*;
Expand Down

0 comments on commit 3039f93

Please sign in to comment.