1
0
forked from 0ad/0ad

Fix clean-workspaces.sh no longer causing the rebuild of FCollada.

Noticed by: @Dunedan
This was SVN commit r28198.
This commit is contained in:
Stan 2024-08-13 13:56:19 +00:00
parent ef623af2f8
commit 49af9a9dc1

View File

@ -61,6 +61,7 @@ fi
(cd ../premake/premake5/build/gmake2.bsd && ${MAKE} clean)
(cd ../premake/premake5/build/gmake2.macosx && ${MAKE} clean)
(cd ../premake/premake5/build/gmake2.unix && ${MAKE} clean)
(cd ../premake/ && rm -f .already-built)
echo "Removing generated stub and test files..."