mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
Emit dependency of phony target `examples
on
_ex_dotnet_example
`
when building of the ".NET" bindings is enabled.
This commit is contained in:
parent
d3d10490ea
commit
44393b37de
1 changed files with 1 additions and 1 deletions
|
@ -1950,7 +1950,7 @@ class DotNetExampleComponent(ExampleComponent):
|
|||
ExampleComponent.__init__(self, name, path)
|
||||
|
||||
def is_example(self):
|
||||
return IS_WINDOWS
|
||||
return is_dotnet_enabled()
|
||||
|
||||
def mk_makefile(self, out):
|
||||
if DOTNET_ENABLED:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue