mu: ensure we build with --enabled-shared for guile
We need a dynamic object.
This commit is contained in:
@ -31,4 +31,4 @@ else
|
||||
echo "# Configure with parameters $*"
|
||||
fi
|
||||
|
||||
./configure --config-cache $@
|
||||
./configure --config-cache --enable-shared --disable-static $@
|
||||
|
||||
Reference in New Issue
Block a user