Remove macros that Darwin never used.

Test: treehugger
Change-Id: I4b31c1f40142c0346ac2d2c9e9b831954c4d9468
This commit is contained in:
Elliott Hughes 2024-02-07 18:30:22 +00:00
parent 617b3e288a
commit ac43c55656

View file

@ -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}",