remove unneeded OSX -D flag

This commit is contained in:
Dane Springmeyer 2009-12-07 06:44:41 +00:00
parent bd0a1ee08f
commit cee8805369

View file

@ -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'