From e1ca6b4d47a839ec84e2f97094e689ba0e56f78b Mon Sep 17 00:00:00 2001 From: Jesse Chappell Date: Tue, 19 Apr 2022 22:26:03 -0400 Subject: [PATCH] linux build script mod --- linux/build.sh | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/linux/build.sh b/linux/build.sh index becaf33..3322143 100755 --- a/linux/build.sh +++ b/linux/build.sh @@ -1,11 +1,18 @@ #!/bin/bash cd .. -./setupcmake.sh -#make -C build clean +if ./setupcmake.sh +then -./buildcmake.sh + #make -C build clean + + ./buildcmake.sh +else + echo + echo "ERROR setting up cmake, look for errors above and report them if asking for help." + echo +fi