mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
Merge branch 'master' of https://github.com/Z3Prover/z3
This commit is contained in:
commit
06deb07a49
1 changed files with 1 additions and 1 deletions
|
@ -720,7 +720,7 @@ def parse_options():
|
||||||
if not PYTHON_PACKAGE_DIR.startswith(PREFIX):
|
if not PYTHON_PACKAGE_DIR.startswith(PREFIX):
|
||||||
print(("Warning: The detected Python package directory (%s)"
|
print(("Warning: The detected Python package directory (%s)"
|
||||||
" does not live under the installation prefix (%s)"
|
" does not live under the installation prefix (%s)"
|
||||||
". This would lead to a broken Python installation."
|
". This would lead to a broken Python installation. "
|
||||||
"Use --pypkgdir= to change the Python package directory") %
|
"Use --pypkgdir= to change the Python package directory") %
|
||||||
(PYTHON_PACKAGE_DIR, PREFIX))
|
(PYTHON_PACKAGE_DIR, PREFIX))
|
||||||
if IS_OSX and PYTHON_PACKAGE_DIR.startswith('/Library/'):
|
if IS_OSX and PYTHON_PACKAGE_DIR.startswith('/Library/'):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue