From 1c5d3420a657bbb54a649fd83399a13c02b2faa1 Mon Sep 17 00:00:00 2001 From: an7s <an7s@git.zephyr-software.com> Date: Mon, 24 Jul 2017 14:30:33 +0000 Subject: [PATCH] build daffy --- build-all.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-all.sh b/build-all.sh index 3cf2f7cd1..5401ef159 100755 --- a/build-all.sh +++ b/build-all.sh @@ -121,6 +121,10 @@ scons -j 3|| exit cd $IRDB_TRANSFORMS scons -j 3|| exit +if [ -d $DAFFY_HOME ]; then + cd $DAFFY_HOME + ./setup_cfar.sh +fi cd $PEASOUP_UMBRELLA_DIR -- GitLab