Merge pull request #11832 from obrakmann/fix-make-dep

Fix 'make dependencies' choking on Open.NAT directory name
This commit is contained in:
Matthias Mailänder
2016-08-19 21:45:49 +02:00
committed by GitHub

View File

@@ -85,9 +85,9 @@ fi
if [ ! -f Open.Nat.dll ]; then
echo "Fetching Open.Nat from NuGet"
get Open.Nat 2.1.0
cp ./Open.Nat/lib/net45/Open.Nat.dll .
rm -rf Open.Nat
get Open.NAT 2.1.0
cp ./Open.NAT/lib/net45/Open.Nat.dll .
rm -rf Open.NAT
fi
if [ ! -f FuzzyLogicLibrary.dll ]; then