mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +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']
|
CSC_COMPILERS=['csc', 'mcs']
|
||||||
JAVAC=None
|
JAVAC=None
|
||||||
JAR=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'
|
BUILD_DIR='build'
|
||||||
REV_BUILD_DIR='..'
|
REV_BUILD_DIR='..'
|
||||||
SRC_DIR='src'
|
SRC_DIR='src'
|
||||||
|
|
Loading…
Reference in a new issue