remove unneeded OSX -D flag
This commit is contained in:
parent
bd0a1ee08f
commit
cee8805369
1 changed files with 4 additions and 2 deletions
|
@ -841,8 +841,10 @@ if not preconfigured:
|
|||
# Getting the macintosh version number, sticking as a compiler macro
|
||||
# for Leopard -- needed because different workarounds are needed than
|
||||
# for Tiger.
|
||||
if platform.mac_ver()[0].startswith('10.5'):
|
||||
common_cxx_flags += '-DOSX_LEOPARD '
|
||||
# this was used for fribidi - not longer needed
|
||||
# but will retain logic for future use
|
||||
#if platform.mac_ver()[0].startswith('10.5'):
|
||||
# common_cxx_flags += '-DOSX_LEOPARD '
|
||||
else:
|
||||
pthread = '-pthread'
|
||||
|
||||
|
|
Loading…
Reference in a new issue