Skip to content
Snippets Groups Projects
Commit 96b1c8c9 authored by an7s's avatar an7s
Browse files

more sanity checks

Former-commit-id: d669e1a0
parent 91421928
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,10 @@ if [ -d $ZIPR_CALLBACKS ]; then
make clean
fi
cd $PEASOUP_UMBRELLA_DIR/zipr_large_only_plugin/
scons -c || exit
if [ -d "$PEASOUP_UMBRELLA_DIR/zipr_large_only_plugin/" ]; then
cd $PEASOUP_UMBRELLA_DIR/zipr_large_only_plugin/
scons -c || exit
fi
cd $PEASOUP_UMBRELLA_DIR/zipr_push64_reloc_plugin
scons -c || exit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment