mu: ensure we build with --enabled-shared for guile

We need a dynamic object.
This commit is contained in:
Dirk-Jan C. Binnema
2019-07-12 17:08:53 +03:00
parent eb3fab7345
commit 184a6dba38
2 changed files with 3 additions and 2 deletions

View File

@ -31,4 +31,4 @@ else
echo "# Configure with parameters $*"
fi
./configure --config-cache $@
./configure --config-cache --enable-shared --disable-static $@