3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

Fix parameter expansion when configuring Z3

This commit is contained in:
Pierre Pronchery 2018-03-09 14:20:31 +01:00
parent db63c9299c
commit ae165a539e

2
configure vendored
View file

@ -14,4 +14,4 @@ if ! $PYTHON -c "print('testing')" > /dev/null ; then
exit 1
fi
$PYTHON scripts/mk_make.py $*
$PYTHON scripts/mk_make.py "$@"