mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
Merge remote-tracking branch 'origin/master' into polysat
This commit is contained in:
commit
8774952aeb
40 changed files with 708 additions and 189 deletions
|
@ -25,9 +25,11 @@ os_info = { 'ubuntu-latest' : ('so', 'linux-x64'),
|
|||
'ubuntu-18' : ('so', 'linux-x64'),
|
||||
'ubuntu-20' : ('so', 'linux-x64'),
|
||||
'glibc-2.31' : ('so', 'linux-x64'),
|
||||
'glibc' : ('so', 'linux-x64'),
|
||||
'x64-win' : ('dll', 'win-x64'),
|
||||
'x86-win' : ('dll', 'win-x86'),
|
||||
'osx' : ('dylib', 'osx-x64'),
|
||||
'x64-osx' : ('dylib', 'osx-x64'),
|
||||
'arm64-osx' : ('dylib', 'osx-arm64'),
|
||||
'debian' : ('so', 'linux-x64') }
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue