update script, move stb_truetype

This commit is contained in:
Matthew 2026-05-12 04:47:52 +10:00
parent 3a4518beb4
commit ca7b76168c
2 changed files with 0 additions and 7 deletions

View File

@ -6,13 +6,6 @@ if [ -z "$1" ]; then
exit 1
fi
wasm=""
if [[ $# -eq 2 ]]; then
if [[ "$2" -eq "wasm" ]]; then
wasm="1"
fi
fi
script_dir=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
build="$1"