Skip to content

Commit

Permalink
Darwin.mk: add OSX_SDK_MAP for 13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tnn2 committed May 22, 2023
1 parent 1c61bd3 commit ad150d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mk/platform/Darwin.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Darwin.mk,v 1.125 2023/05/10 09:23:54 jperkin Exp $
# $NetBSD: Darwin.mk,v 1.126 2023/05/22 14:55:04 tnn Exp $
#
# Variable definitions for the Darwin operating system.

Expand Down Expand Up @@ -117,6 +117,7 @@ OSX_SDK_MAP.12.6= 12.3
OSX_SDK_MAP.13.0= 13.0
OSX_SDK_MAP.13.1= 13.1
OSX_SDK_MAP.13.2= 13.1
OSX_SDK_MAP.13.4= 13.3
#
# If the user has set MACOSX_DEPLOYMENT_TARGET (ideally at bootstrap time) to
# select a specific SDK then we prefer that.
Expand Down

0 comments on commit ad150d0

Please sign in to comment.