mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-16 07:30:01 -04:00
fix spotify compatibility (wolfSSL/wolfssl#8137)
This commit is contained in:
parent
b2df01fd18
commit
ca8a886757
2 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue