mirror of
https://github.com/Z3Prover/z3
synced 2026-02-19 15:04:42 +00:00
parent
cea0f7c427
commit
b2db2c8b23
4 changed files with 14 additions and 6 deletions
|
|
@ -2714,6 +2714,10 @@ def mk_config():
|
|||
SO_EXT = '.so'
|
||||
SLIBFLAGS = '-shared'
|
||||
SLIBEXTRAFLAGS = '%s -mimpure-text' % SLIBEXTRAFLAGS
|
||||
elif sysname == 'AIX':
|
||||
SO_EXT = '.so'
|
||||
SLIBFLAGS = '-shared'
|
||||
SLIBEXTRAFLAGS = '%s' % LDFLAGS
|
||||
elif sysname.startswith('CYGWIN'):
|
||||
SO_EXT = '.dll'
|
||||
SLIBFLAGS = '-shared'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue