MacOS 12 is darwin21
authorJohann <johannkoenig@google.com>
Tue, 16 Nov 2021 21:02:15 +0000 (06:02 +0900)
committerJohann <johannkoenig@google.com>
Tue, 16 Nov 2021 21:05:34 +0000 (06:05 +0900)
commitc59de7bc914d40305c1a7b066b9965d809d81533
treeac34d45091454c398b41c10b90a3a8ecef45b8d4
parent2d2637547d7ee5f89cb1f6bfd1956b5ad8e29b77
MacOS 12 is darwin21

Remove -mmacosx-version-min. The library does not use
any calls which are affected by the platform version.
There is also no version 10.16 as it went from 10.15
to 11 and now to 12.

At some point it may be good to clarify that the bare
-darwin- target is for iOS and the -darwinN- targets
are for macOS.

Change-Id: I2fd5f7cae2637905acf3ab77bfddfbe367abbb68
build/make/configure.sh
configure