mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 09:34:08 +00:00
more dotnet core
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
37ec933c66
commit
ccf6ca310e
|
@ -3179,7 +3179,7 @@ def mk_bindings(api_files):
|
|||
if is_dotnet_enabled():
|
||||
check_dotnet()
|
||||
mk_z3consts_dotnet(api_files)
|
||||
if is_dotnetcore_enabled():
|
||||
if is_dotnet_core_enabled():
|
||||
check_dotnet_core()
|
||||
mk_z3consts_dotnet(api_files)
|
||||
|
||||
|
|
Loading…
Reference in a new issue