mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
Merge pull request #1528 from DeforaNetworks/khorben/configure-parameters
Fix parameter expansion when configuring Z3
This commit is contained in:
commit
fb3498cd0b
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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 "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue