update script, move stb_truetype
This commit is contained in:
parent
3a4518beb4
commit
ca7b76168c
7
build.sh
7
build.sh
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user