use correct name for <inttype.h> macros

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9041 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-03-02 20:23:39 +00:00
parent 6c6a674aa5
commit 706c367650
1 changed files with 2 additions and 2 deletions

View File

@ -858,8 +858,8 @@ env.Append(CXXFLAGS="-D_REENTRANT -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_F
#
# we use inttypes.h format macros anywhere we want
#
env.Append(CCFLAGS="-D_STDC_FORMAT_MACROS")
env.Append(CXXFLAGS="-D_STDC_FORMAT_MACROS")
env.Append(CCFLAGS="-D__STDC_FORMAT_MACROS")
env.Append(CXXFLAGS="-D__STDC_FORMAT_MACROS")
#
# fix scons nitpickiness on APPLE