typos
This commit is contained in:
parent
7f9c3b9dec
commit
493c17cba2
6
build.sh
6
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user