Build the project using LIBXDP_STATIC=1 by default.

This commit is contained in:
Christian Deacon
2025-02-24 15:59:29 -05:00
parent d288a78775
commit de429d143f
5 changed files with 19 additions and 28 deletions

View File

@@ -3,7 +3,7 @@
STATIC="$1"
if [ -z "$STATIC" ]; then
STATIC=0
STATIC=1
fi
if [ -z "$ROOT" ]; then