Skip to content

Commit

Permalink
Merge branch 'MIRENG-378-determine-which-ap-is-should-be-made-private…
Browse files Browse the repository at this point in the history
…-public' into feature/mirserver-internal-dev
  • Loading branch information
mattkae committed Apr 10, 2024
2 parents 7f0c09d + e077446 commit 9c0bf1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tools/symbols_map_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,11 +380,11 @@ def main():

joint_str = "\n ".join(symbols)
output_str = f'''{version_str} {"{"}
global:
extern "C++" {"{"}
{joint_str}
{'};'}
local: *;
global:
extern "C++" {"{"}
{joint_str}
{'};'}
local: *;
{closing_line}
'''
Expand Down

0 comments on commit 9c0bf1c

Please sign in to comment.