fetch SDL2 (native Windows DLL) from nuget
This commit is contained in:
7
thirdparty/fetch-thirdparty-deps.sh
vendored
7
thirdparty/fetch-thirdparty-deps.sh
vendored
@@ -40,4 +40,11 @@ if [ ! -f nunit.framework.dll ]; then
|
||||
nuget install NUnit -Version 2.6.4
|
||||
cp ./NUnit.2.6.4/lib/nunit.framework* .
|
||||
rm -rf NUnit.2.6.4
|
||||
fi
|
||||
|
||||
if [ ! -f windows/SDL2.dll ]; then
|
||||
echo "Fetching SDL2 from nuget"
|
||||
nuget install sdl2 -Version 2.0.3
|
||||
cp ./sdl2.redist.2.0.3/build/native/bin/Win32/dynamic/SDL2.dll ./windows/
|
||||
rm -rf sdl2.2.0.3 sdl2.redist.2.0.3
|
||||
fi
|
||||
Reference in New Issue
Block a user