From 493c17cba26952861ae4c5402f1676013b8317c6 Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 21 Nov 2025 18:36:05 +1100 Subject: [PATCH] typos --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 0bf4911..b1d3b04 100755 --- a/build.sh +++ b/build.sh @@ -60,10 +60,10 @@ if ! [ -f "${build}/libcglm.a" ]; then fi # CGLTF -src="${script_dir}/external/cgltf/cgtlf.c" +src="${script_dir}/external/cgltf/cgltf.c" flags="-std=c99 -Wno-everything -Iexternal/cgltf -c -static" -obj="${build}/clgtf.o" -lib="${build}/libclgtf.a" +obj="${build}/cgltf.o" +lib="${build}/libcgltf.a" if ! [ -f "${build}/libcgltf.a" ]; then $c_compiler $flags $src $out $obj