Fixed bug where the SDL2 directory wouldn't be deleted
This commit is contained in:
2
thirdparty/fetch-thirdparty-deps-windows.sh
vendored
2
thirdparty/fetch-thirdparty-deps-windows.sh
vendored
@@ -11,7 +11,7 @@ if [ ! -f windows/SDL2.dll ]; then
|
|||||||
echo "Fetching SDL2 from nuget"
|
echo "Fetching SDL2 from nuget"
|
||||||
nuget install sdl2 -Version 2.0.3 -ExcludeVersion
|
nuget install sdl2 -Version 2.0.3 -ExcludeVersion
|
||||||
cp ./sdl2.redist/build/native/bin/Win32/dynamic/SDL2.dll ./windows/
|
cp ./sdl2.redist/build/native/bin/Win32/dynamic/SDL2.dll ./windows/
|
||||||
rm -rf sdl2.2.0.3 sdl2.redist
|
rm -rf sdl2 sdl2.redist
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f windows/freetype6.dll ]; then
|
if [ ! -f windows/freetype6.dll ]; then
|
||||||
|
|||||||
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
|
nuget install SharpFont -Version 3.0.1 -ExcludeVersion
|
||||||
cp ./SharpFont/lib/net20/SharpFont* .
|
cp ./SharpFont/lib/net20/SharpFont* .
|
||||||
cp ./SharpFont/config/SharpFont.dll.config .
|
cp ./SharpFont/config/SharpFont.dll.config .
|
||||||
rm -rf SharpFont
|
rm -rf SharpFont SharpFont.Dependencies
|
||||||
rm -rf SharpFont.Dependencies
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f nunit.framework.dll ]; then
|
if [ ! -f nunit.framework.dll ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user