From ca7b76168c6c6a1ec335cae85b3b856e8a1e75a8 Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 12 May 2026 04:47:52 +1000 Subject: [PATCH] update script, move stb_truetype --- build.sh | 7 ------- stb_truetype.d => dlib/stb_truetype.d | 0 2 files changed, 7 deletions(-) rename stb_truetype.d => dlib/stb_truetype.d (100%) diff --git a/build.sh b/build.sh index 16b572a..717044e 100755 --- a/build.sh +++ b/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" diff --git a/stb_truetype.d b/dlib/stb_truetype.d similarity index 100% rename from stb_truetype.d rename to dlib/stb_truetype.d