Use -mmacos-version-min instead of -mmacosx-version-min (#13640)

This commit is contained in:
Jarred Sumner
2024-09-01 04:39:32 -07:00
committed by GitHub
parent fd2ad27b6f
commit ef4bcb314c
2 changed files with 3 additions and 3 deletions

View File

@@ -366,7 +366,7 @@ ifeq ($(OS_NAME),linux)
endif
ifeq ($(OS_NAME),darwin)
MACOS_MIN_FLAG=-mmacosx-version-min=$(MIN_MACOS_VERSION)
MACOS_MIN_FLAG=-mmacos-version-min=$(MIN_MACOS_VERSION)
POSIX_PKG_MANAGER=brew
INCLUDE_DIRS += $(MAC_INCLUDE_DIRS)
endif