From 023c77518865b018c49845321e38c4e752d3a42f Mon Sep 17 00:00:00 2001 From: Sergey Bogolepov Date: Thu, 22 Jul 2021 18:08:18 +0700 Subject: [PATCH] [K/N] Bump macOS minimal version --- kotlin-native/konan/konan.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-native/konan/konan.properties b/kotlin-native/konan/konan.properties index 662a5ca1ed2..b1818abc91d 100644 --- a/kotlin-native/konan/konan.properties +++ b/kotlin-native/konan/konan.properties @@ -120,7 +120,7 @@ stripFlags.macos_x64 = -S linkerDynamicFlags.macos_x64 = -dylib osVersionMinFlagLd.macos_x64 = -macosx_version_min -osVersionMin.macos_x64 = 10.11 +osVersionMin.macos_x64 = 10.13 runtimeDefinitions.macos_x64 = KONAN_OSX=1 KONAN_MACOSX=1 KONAN_X64=1 KONAN_OBJC_INTEROP=1 \ KONAN_CORE_SYMBOLICATION=1 dependencies.macos_x64 = \