mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Regen emscripten symbols
This commit is contained in:
Executable → Regular
+2
-2
File diff suppressed because one or more lines are too long
Executable → Regular
+2
-2
File diff suppressed because one or more lines are too long
@@ -7,7 +7,7 @@ symbols() {
|
||||
SUMO="$1"
|
||||
while read symbol standard sumo; do
|
||||
found="$standard"
|
||||
if [ "x$SUMO" != "sumo" ]; then
|
||||
if [ "x$SUMO" = "xsumo" ]; then
|
||||
found="$sumo"
|
||||
fi
|
||||
if [ "$found" = "1" ]; then
|
||||
@@ -35,6 +35,7 @@ symbols() {
|
||||
} | \
|
||||
sort | \
|
||||
{
|
||||
out=''
|
||||
while read symbol ; do
|
||||
if [ ! -z "$out" ]; then
|
||||
out="${out},"
|
||||
|
||||
Reference in New Issue
Block a user