Remove macros that Darwin never used.
Test: treehugger Change-Id: I4b31c1f40142c0346ac2d2c9e9b831954c4d9468
This commit is contained in:
parent
617b3e288a
commit
ac43c55656
1 changed files with 0 additions and 5 deletions
|
@ -29,11 +29,6 @@ var (
|
|||
"-fPIC",
|
||||
"-funwind-tables",
|
||||
|
||||
// Workaround differences in inttypes.h between host and target.
|
||||
//See bug 12708004.
|
||||
"-D__STDC_FORMAT_MACROS",
|
||||
"-D__STDC_CONSTANT_MACROS",
|
||||
|
||||
"-isysroot ${macSdkRoot}",
|
||||
"-mmacosx-version-min=${macMinVersion}",
|
||||
"-DMACOSX_DEPLOYMENT_TARGET=${macMinVersion}",
|
||||
|
|
Loading…
Reference in a new issue