fix spotify compatibility (wolfSSL/wolfssl#8137)

This commit is contained in:
Allen Ding 2024-11-20 16:16:27 -08:00
parent b2df01fd18
commit ca8a886757
2 changed files with 11 additions and 2 deletions

View file

@ -24,8 +24,8 @@ LAST_EMCC_VER="$(cat "$BUILD_DIR/emcc_version.txt" || emcc --version)"
if [ ! "$CURRENT_EMCC_VER" = "$LAST_EMCC_VER" ]; then
echo "triggering a full rebuild since we're on a different emcc version"
rm -rf "$BUILD_DIR"
mkdir -p "$BUILD_DIR"
fi
mkdir -p "$BUILD_DIR"
emcc --version > "$BUILD_DIR/emcc_version.txt"
#read exported functions