Update build.sh to use dnvm correctly.

This commit is contained in:
N. Taylor Mullen 2015-03-08 12:55:39 -07:00
parent 1ea6de3cc0
commit 4c2832b6f6
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 "$@"