aboutsummaryrefslogtreecommitdiff
path: root/buildall.sh
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2014-09-01 15:34:31 -0400
committerMike DePaulo <mikedep333@gmail.com>2015-05-09 19:22:54 -0400
commit731f7872c9ffed323a4323e50e83bd22aa7df49f (patch)
tree3d0ee43de4ed5d44b132b2444fa3ce8b6e54abc2 /buildall.sh
parent66d76a80de4e6a978f88bf4773b51b507c7ed7d3 (diff)
downloadvcxsrv-731f7872c9ffed323a4323e50e83bd22aa7df49f.tar.gz
vcxsrv-731f7872c9ffed323a4323e50e83bd22aa7df49f.tar.bz2
vcxsrv-731f7872c9ffed323a4323e50e83bd22aa7df49f.zip
Call setvcenv.sh from buildall.sh
Diffstat (limited to 'buildall.sh')
-rwxr-xr-xbuildall.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildall.sh b/buildall.sh
index 3fc77651e..7a749a9c5 100755
--- a/buildall.sh
+++ b/buildall.sh
@@ -7,6 +7,8 @@ function check-error {
fi
}
+. ./setvcenv.sh
+
which nasm > /dev/null 2>&1
check-error 'Please install nasm'