Called assimp git pull from root bat directly instead of calling bat inside dependency

This commit is contained in:
Xiao Qi 2022-11-05 00:13:24 +08:00
parent 740c144565
commit 7bfe459c02
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ if %_e%==3 (goto :done) else (goto :ModelCompiler)
echo -----------------------ModelCompiler----------------------------
rmdir "Dependencies/ModelCompiler" /S /Q
git clone https://github.com/SHADE-DP/ModelCompiler.git "Dependencies/ModelCompiler"
Dependencies/ModelCompiler/Dependencies.bat
git clone https://github.com/SHADE-DP/assimp.git "Dependencies/ModelCompiler/Dependencies/assimp"
if %_e%==4 (goto :done) else (goto :spdlog)
@REM :ktx