mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 12:53:38 +00:00
update dist scripts
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e438de4f8a
commit
5188f4d82e
2 changed files with 2 additions and 1 deletions
|
@ -104,6 +104,7 @@ def parse_options():
|
|||
DOTNET_ENABLED = False
|
||||
elif opt == '--dotnetcore':
|
||||
DOTNET_CORE_ENABLED = True
|
||||
DOTNET_ENABLED = False
|
||||
elif opt == '--nopython':
|
||||
PYTHON_ENABLED = False
|
||||
elif opt == '--dotnet-key':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue