Skip to content

Commit

Permalink
more appropriate version name
Browse files Browse the repository at this point in the history
  • Loading branch information
ezra-varady committed Dec 18, 2023
1 parent 0715f8a commit 31e2e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_symbol_suppression.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SYMBOLS=$(echo "$EXPORTS" | sort -u | tr '\n' ';')

# build version script
# this script will place everything except undefined symbols and
echo "LANTERN {
echo "LANTERN_V1 {
global: Pg_magic_func; pg_finfo*; $SYMBOLS
local: *;
};" > $2

0 comments on commit 31e2e3a

Please sign in to comment.