diff options
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' |