diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2014-09-01 15:34:31 -0400 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2014-09-01 15:34:31 -0400 |
commit | 873f76432c8f24686af36e2d75a0dcf87950841f (patch) | |
tree | eade1ee3b2066f5ce8d162e0a87494c84e7101d7 /buildall.sh | |
parent | 0ccf45ed70c1d8c07ad9d5b4ba47aed51167e9a6 (diff) | |
download | vcxsrv-873f76432c8f24686af36e2d75a0dcf87950841f.tar.gz vcxsrv-873f76432c8f24686af36e2d75a0dcf87950841f.tar.bz2 vcxsrv-873f76432c8f24686af36e2d75a0dcf87950841f.zip |
Call setvcenv.sh from buildall.sh
Diffstat (limited to 'buildall.sh')
-rwxr-xr-x | buildall.sh | 2 |
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' |