Skip to content
Snippets Groups Projects
Commit 86325e95 authored by jdh8d's avatar jdh8d
Browse files

revised build order to match build dependencies.

parent 0ab45bb1
No related branches found
No related tags found
No related merge requests found
......@@ -47,17 +47,19 @@ if [ ! "$SMPSA_HOME" ]; then
echo "SMPSA_HOME not set.";
exit 1;
fi
cd $SMPSA_HOME
scons || exit
# security-transforms
if [ ! "$SECURITY_TRANSFORMS_HOME" ]; then
echo "SECURITY_TRANSFORMS_HOME not set.";
exit 1;
fi
cd $SECURITY_TRANSFORMS_HOME
scons || exit
cd $SMPSA_HOME
scons || exit
cd $PEASOUP_HOME
make || 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