Minor fix to third_party_build/wasm_make_raylib.sh
Some checks failed
Build and Publish WASM version of demo / Build-And-Deploy-main (push) Has been skipped
Build and Publish WASM version of demo / Build-And-Deploy-devel (push) Failing after 1s

This commit is contained in:
Stephen Seo 2023-12-12 16:36:19 +09:00
parent fc3dd1d4a4
commit f7730a4d61

View file

@ -40,6 +40,10 @@ popd >&/dev/null
#echo "Using output dir: $OUTPUT_DIR"
if ! [[ -d "$CLONE_DIR" ]]; then
mkdir -p "$CLONE_DIR"
fi
pushd "$CLONE_DIR" >&/dev/null
CLONE_DIR="$(pwd)"
popd >&/dev/null