mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
modified scripts to be able to run them on Linux/OSX
This commit is contained in:
parent
7b1aa09ff3
commit
1a8aa48f34
4 changed files with 8 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
|||
import re
|
||||
import os
|
||||
|
||||
pat1 = re.compile(".*Z3_API.*")
|
||||
api = open('..\lib\z3_api.h', 'r')
|
||||
api = open('..%slib%sz3_api.h' % (os.sep, os.sep), 'r')
|
||||
|
||||
z3def = open('z3.def', 'w')
|
||||
z3dbgdef = open('z3_dbg.def', 'w')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue