Fix 'make dependencies' choking on Open.NAT directory name
The directory name appears to have changed in the package for 2.1.0.
This commit is contained in:
6
thirdparty/fetch-thirdparty-deps.sh
vendored
6
thirdparty/fetch-thirdparty-deps.sh
vendored
@@ -85,9 +85,9 @@ fi
|
|||||||
|
|
||||||
if [ ! -f Open.Nat.dll ]; then
|
if [ ! -f Open.Nat.dll ]; then
|
||||||
echo "Fetching Open.Nat from NuGet"
|
echo "Fetching Open.Nat from NuGet"
|
||||||
get Open.Nat 2.1.0
|
get Open.NAT 2.1.0
|
||||||
cp ./Open.Nat/lib/net45/Open.Nat.dll .
|
cp ./Open.NAT/lib/net45/Open.Nat.dll .
|
||||||
rm -rf Open.Nat
|
rm -rf Open.NAT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f FuzzyLogicLibrary.dll ]; then
|
if [ ! -f FuzzyLogicLibrary.dll ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user