summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorAdam Hartley <BytesGuy@users.noreply.github.com>2020-07-22 13:15:53 +0100
committerKarl Williamson <khw@cpan.org>2020-07-30 15:47:41 -0600
commit810090184a3d18a5cfe46b173f88c79c5a4a3093 (patch)
tree17b8d62c30a586f2369909ce17cac77d477c667c /hints
parent6822b26820b70fed7be5f3e7f62e1f2c6552b61a (diff)
downloadperl-810090184a3d18a5cfe46b173f88c79c5a4a3093.tar.gz
Update darwin.sh
Diffstat (limited to 'hints')
-rw-r--r--hints/darwin.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/darwin.sh b/hints/darwin.sh
index 40c84cf267..1709d224f7 100644
--- a/hints/darwin.sh
+++ b/hints/darwin.sh
@@ -344,8 +344,8 @@ EOM
darwin_major=$(echo $osvers|awk -F. '{print $1}')
- # macOS 10.12 (darwin 6.0.0) deprecated syscall().
- if [ "$darwin_major" -ge 6 ]; then
+ # macOS 10.12 (darwin 16.0.0) deprecated syscall().
+ if [ "$darwin_major" -ge 16 ]; then
d_syscall='undef'
# If deploying to pre-10.12, suppress Time::HiRes's detection of the system clock_gettime()
case "$MACOSX_DEPLOYMENT_TARGET" in