Update build.sh to use dnvm correctly.

This commit is contained in:
N. Taylor Mullen 2015-03-08 12:51:13 -07:00
parent 814689826f
commit 8c71b6855d
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,7 @@ if test ! -d packages/KoreBuild; then
mono .nuget/nuget.exe install Sake -version 0.2 -o packages -ExcludeVersion
fi
if ! type k > /dev/null 2>&1; then
if ! type dnvm > /dev/null 2>&1; then
source packages/KoreBuild/build/dnvm.sh
fi
@ -36,3 +36,4 @@ if ! type k > /dev/null 2>&1; then
fi
mono packages/Sake/tools/Sake.exe -I packages/KoreBuild/build -f makefile.shade "$@"