192 | | The elements of our custom Makefile correspond to those described in our script, except that we include in the `CXXFLAGS` either |
193 | | `-DMAC_OS_X_VERSION_MIN_REQUIRED=1030` (for GCC-3.3), or either `-mmacosx-version-min=10.4` or `-mmacosx-version-min=10.5` (for GCC-4.0) instead of setting the environment variable `MACOSX_DEPLOYMENT_TARGET`. |
| 192 | The elements of our custom Makefile correspond to those described in our script, except that, instead of setting the environment variable `MACOSX_DEPLOYMENT_TARGET`, we include in the `CXXFLAGS` either |
| 193 | `-DMAC_OS_X_VERSION_MIN_REQUIRED=1030` (for GCC-3.3), or either `-mmacosx-version-min=10.4` or `-mmacosx-version-min=10.5` (for GCC-4.0). |