Fixed bug where the SDL2 directory wouldn't be deleted
This commit is contained in:
3
thirdparty/fetch-thirdparty-deps.sh
vendored
3
thirdparty/fetch-thirdparty-deps.sh
vendored
@@ -42,8 +42,7 @@ if [ ! -f SharpFont.dll ]; then
|
||||
nuget install SharpFont -Version 3.0.1 -ExcludeVersion
|
||||
cp ./SharpFont/lib/net20/SharpFont* .
|
||||
cp ./SharpFont/config/SharpFont.dll.config .
|
||||
rm -rf SharpFont
|
||||
rm -rf SharpFont.Dependencies
|
||||
rm -rf SharpFont SharpFont.Dependencies
|
||||
fi
|
||||
|
||||
if [ ! -f nunit.framework.dll ]; then
|
||||
|
||||
Reference in New Issue
Block a user