3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

Merge pull request #1528 from DeforaNetworks/khorben/configure-parameters

Fix parameter expansion when configuring Z3
This commit is contained in:
Nikolaj Bjorner 2018-03-10 14:42:01 -05:00 committed by GitHub
commit fb3498cd0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 "$@"