From 35e23d7b0764cf88ed1335e199c9074bb0903c57 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Sat, 16 Feb 2019 09:17:41 -0500 Subject: [PATCH] changes to support scons from peasoup-umbrella dir --- SConscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SConscript b/SConscript index 4c6ed472..1b5aeca0 100644 --- a/SConscript +++ b/SConscript @@ -183,6 +183,8 @@ if 'PEDI_HOME' in os.environ: action = "if [ -f manifest.txt.config ]; then "+os.environ['PEDI_HOME']+"/pedi -m manifest.txt ; else echo Skipping PEDI; fi" ) Depends(pedi,installers) Default( pedi ) + Return('pedi') + -- GitLab