Changes between Initial Version and Version 1 of Ticket #44596, comment 39
- Timestamp:
- Sep 14, 2014, 3:28:57 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44596, comment 39
initial v1 3 3 So Libtool does the right thing if `MACOSX_DEPLOYMENT_TARGET` is absent from its environment (the first `case` alternative in [[comment:35|the code snippet above]]). It only chokes when that variable is explicitly set to “10.10” (or “10.11” or “10.12” or “10.27”). 4 4 5 The variable is not present in Homebrew’s build environment, so their build works fine. (I personally tested it. They only require that version detection tweak that we already got from upstream.)5 The variable is not present in Homebrew’s build environment, so their build works fine. (I personally tested both GCC and GMP.)