diff --git a/eng/native/configurecompiler.cmake b/eng/native/configurecompiler.cmake index 006a180fa0aa2043e2a4f7487fe9aa28bfd3c4bb..d2cb169cb0e790771ed53c614d6da515d20ff56f 100644 --- a/eng/native/configurecompiler.cmake +++ b/eng/native/configurecompiler.cmake @@ -367,7 +367,7 @@ if (CLR_CMAKE_HOST_UNIX) # Specify the minimum supported version of macOS if(CLR_CMAKE_HOST_OSX) - set(MACOS_VERSION_MIN_FLAGS -mmacosx-version-min=10.12) + set(MACOS_VERSION_MIN_FLAGS -mmacosx-version-min=10.13) add_compile_options(${MACOS_VERSION_MIN_FLAGS}) add_linker_flag(${MACOS_VERSION_MIN_FLAGS}) endif(CLR_CMAKE_HOST_OSX)