mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
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.8.
|
|
DARWIN_MIN_LIB_VERSION = -mmacosx-version-min=10.8
|
|
DARWIN_MIN_CRT_VERSION = -mmacosx-version-min=10.8
|