mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
ML API build fix
This commit is contained in:
parent
5092ceec7d
commit
b85c3e12f4
|
@ -1379,10 +1379,6 @@ class MLComponent(Component):
|
||||||
out.write('%s: %s\n' % (os.path.join(sub_dir,f),os.path.join(src_dir,f)))
|
out.write('%s: %s\n' % (os.path.join(sub_dir,f),os.path.join(src_dir,f)))
|
||||||
str = '\t%s %s %s\n' % (CP_CMD,os.path.join(src_dir,f),os.path.join(sub_dir,f))
|
str = '\t%s %s %s\n' % (CP_CMD,os.path.join(src_dir,f),os.path.join(sub_dir,f))
|
||||||
out.write(str)
|
out.write(str)
|
||||||
for f in filter(lambda f: f=='META', os.listdir(self.src_dir)):
|
|
||||||
out.write('%s: %s\n' % (os.path.join(sub_dir,f),os.path.join(src_dir,f)))
|
|
||||||
str = '\t%s %s %s\n' % (CP_CMD,os.path.join(src_dir,f),os.path.join(sub_dir,f))
|
|
||||||
out.write(str)
|
|
||||||
modules = ["z3enums", "z3native", "z3"] # dependencies in this order!
|
modules = ["z3enums", "z3native", "z3"] # dependencies in this order!
|
||||||
prev = ''
|
prev = ''
|
||||||
for m in modules:
|
for m in modules:
|
||||||
|
|
Loading…
Reference in a new issue