mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
integrating another update by jfc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8cc92e0730
commit
11d7fca4d6
|
@ -51,7 +51,7 @@ C_COMPILERS=['gcc', 'clang']
|
|||
CSC_COMPILERS=['csc', 'mcs']
|
||||
JAVAC=None
|
||||
JAR=None
|
||||
PYTHON_PACKAGE_DIR=distutils.sysconfig.get_python_lib()
|
||||
PYTHON_PACKAGE_DIR=distutils.sysconfig.get_python_lib(prefix=getenv("PREFIX", None))
|
||||
BUILD_DIR='build'
|
||||
REV_BUILD_DIR='..'
|
||||
SRC_DIR='src'
|
||||
|
|
Loading…
Reference in a new issue