mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
build system: fix typo in OS_DEFINES for linux
Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
This commit is contained in:
parent
cd05edf833
commit
44ef4074e2
1 changed files with 1 additions and 1 deletions
|
@ -1874,7 +1874,7 @@ def mk_config():
|
|||
SLIBFLAGS = '-dynamiclib'
|
||||
elif sysname == 'Linux':
|
||||
CXXFLAGS = '%s -fno-strict-aliasing -D_LINUX_' % CXXFLAGS
|
||||
OS_DEFINES = '-D_LINUX'
|
||||
OS_DEFINES = '-D_LINUX_'
|
||||
SO_EXT = '.so'
|
||||
LDFLAGS = '%s -lrt' % LDFLAGS
|
||||
SLIBFLAGS = '-shared'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue