3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

fixed: make examples

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-11-29 08:14:06 -08:00
parent 0c445cec57
commit 30905da58c

View file

@ -1097,7 +1097,7 @@ class JavaExampleComponent(ExampleComponent):
ExampleComponent.__init__(self, name, path)
def is_example(self):
return True
return JAVA_ENABLED
def mk_makefile(self, out):
if JAVA_ENABLED: