mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 05:26:01 +00:00
add more logging to setup.py
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
21e63dba8d
commit
3b036369f9
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ def _clean_native_build():
|
|||
|
||||
def _z3_version():
|
||||
post = os.getenv('Z3_VERSION_SUFFIX', '')
|
||||
print("z3_version", "release dir", RELEASE_DIR)
|
||||
if RELEASE_DIR is None:
|
||||
fn = os.path.join(SRC_DIR, 'VERSION.txt')
|
||||
print("loading version file", fn)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue