Minor fix to third_party_build/wasm_make_raylib.sh
This commit is contained in:
parent
fc3dd1d4a4
commit
f7730a4d61
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue