Removed line in bat file to pull assimp depedency

This commit is contained in:
Xiao Qi 2023-03-07 17:19:24 +08:00
parent 6911ad0d2b
commit d56e67248c
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ 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"
git clone https://github.com/SHADE-DP/assimp.git "Dependencies/ModelCompiler/Dependencies/assimp"
if %_e%==4 (goto :done) else (goto :spdlog)
@REM :ktx