mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +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
|
@ -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…
Reference in a new issue