mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34:41 +01:00
2ff934231b
Dependencies (not updated since 13.1.0): * GMP 6.2.1 * ISL 0.24 * MPL 1.2.1 * MPFR 4.1.0 The dependencies were pulled in by running the ./contrib/download_prerequisites script.
4 lines
161 B
Plaintext
4 lines
161 B
Plaintext
# Support building with -mmacosx-version-min back to 10.5.
|
|
DARWIN_MIN_LIB_VERSION = -mmacosx-version-min=10.5
|
|
DARWIN_MIN_CRT_VERSION = -mmacosx-version-min=10.5
|