fetch Mono.Nat from nuget
This commit is contained in:
7
thirdparty/fetch-thirdparty-deps.sh
vendored
7
thirdparty/fetch-thirdparty-deps.sh
vendored
@@ -47,4 +47,11 @@ if [ ! -f windows/SDL2.dll ]; then
|
||||
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
|
||||
|
||||
if [ ! -f Mono.Nat.dll ]; then
|
||||
echo "Fetching Mono.Nat from nuget"
|
||||
nuget install Mono.Nat -Version 1.2.21
|
||||
cp ./Mono.Nat.1.2.21.0/lib/net40/Mono.Nat.dll .
|
||||
rm -rf Mono.Nat.1.2.21.0
|
||||
fi
|
||||
Reference in New Issue
Block a user