Improve scripts.

This commit is contained in:
Christian Deacon
2025-02-26 17:01:51 -05:00
parent 37c361e03c
commit ad40c4183f
8 changed files with 31 additions and 38 deletions

View File

@@ -6,8 +6,8 @@ if [ -z "$STATIC" ]; then
STATIC=1
fi
if [ -z "$ROOT" ]; then
LIBXDP_STATIC=$STATIC make
else
cd $ROOT && LIBXDP_STATIC=$STATIC make
fi
if [ -n "$ROOT" ]; then
cd $ROOT
fi
LIBXDP_STATIC=$STATIC make