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
|
fi
|
||||||
|
|
||||||
# CGLTF
|
# CGLTF
|
||||||
src="${script_dir}/external/cgltf/cgtlf.c"
|
src="${script_dir}/external/cgltf/cgltf.c"
|
||||||
flags="-std=c99 -Wno-everything -Iexternal/cgltf -c -static"
|
flags="-std=c99 -Wno-everything -Iexternal/cgltf -c -static"
|
||||||
obj="${build}/clgtf.o"
|
obj="${build}/cgltf.o"
|
||||||
lib="${build}/libclgtf.a"
|
lib="${build}/libcgltf.a"
|
||||||
|
|
||||||
if ! [ -f "${build}/libcgltf.a" ]; then
|
if ! [ -f "${build}/libcgltf.a" ]; then
|
||||||
$c_compiler $flags $src $out $obj
|
$c_compiler $flags $src $out $obj
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user