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