mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
This commit is contained in:
commit
684f573c3c
|
@ -1120,7 +1120,7 @@ class JavaExampleComponent(ExampleComponent):
|
|||
out.write('_ex_%s: %s' % (self.name, pkg))
|
||||
deps = ''
|
||||
for jfile in get_java_files(self.ex_dir):
|
||||
out.write(os.path.join(self.to_ex_dir, jfile))
|
||||
out.write(' %s' % os.path.join(self.to_ex_dir, jfile))
|
||||
if IS_WINDOWS:
|
||||
deps = deps.replace('/', '\\')
|
||||
out.write('%s\n' % deps)
|
||||
|
|
Loading…
Reference in a new issue