flatten 20260225
This commit is contained in:
15
resources/packages/tinygltf/prepare
Executable file
15
resources/packages/tinygltf/prepare
Executable file
@@ -0,0 +1,15 @@
|
||||
set -x
|
||||
|
||||
mkdir -p sdk/include
|
||||
|
||||
LIB=tinygltf
|
||||
|
||||
mkdir $LIB
|
||||
pushd $LIB
|
||||
git clone --depth 1 https://github.com/syoyo/tinygltf --branch v2.9.5
|
||||
popd
|
||||
|
||||
pushd sdk/include
|
||||
ln -fs ../../$LIB/tinygltf
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user