mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
add support for keyfiles
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f4ced3c164
commit
5ebe342da1
3 changed files with 32 additions and 18 deletions
|
@ -186,7 +186,11 @@ def mk_dist_dir():
|
|||
build_path = BUILD_DIR
|
||||
dist_path = os.path.join(DIST_DIR, get_z3_name())
|
||||
mk_dir(dist_path)
|
||||
mk_util.DOTNET_ENABLED = DOTNET_ENABLED
|
||||
name = get_z3_name()
|
||||
if "x64" in name or "mac" in name:
|
||||
mk_util.DOTNET_CORE_ENABLED = DOTNET_ENABLED
|
||||
else:
|
||||
mk_util.DOTNET_ENABLED = DOTNET_ENABLED
|
||||
mk_util.DOTNET_KEY_FILE = DOTNET_KEY_FILE
|
||||
mk_util.JAVA_ENABLED = JAVA_ENABLED
|
||||
mk_util.PYTHON_ENABLED = PYTHON_ENABLED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue