Build: "OS X"/"OSX" = "macOS"/"MACOS"

There are no supported versions of "OS X" anymore.  The operating system
has been named "macOS" since 10.12 Sierra, which was released four years
ago.
This commit is contained in:
DRC
2020-11-17 13:51:28 -06:00
parent d111d9ff7a
commit f7a10a61e3
3 changed files with 10 additions and 10 deletions

View File

@@ -137,9 +137,9 @@ if(APPLE)
set(IOS_ARMV8_BUILD "" CACHE PATH
"Directory containing Armv8 iOS build to include in universal binaries")
set(OSX_APP_CERT_NAME "" CACHE STRING
set(MACOS_APP_CERT_NAME "" CACHE STRING
"Name of the Developer ID Application certificate (in the macOS keychain) that should be used to sign the libjpeg-turbo DMG. Leave this blank to generate an unsigned DMG.")
set(OSX_INST_CERT_NAME "" CACHE STRING
set(MACOS_INST_CERT_NAME "" CACHE STRING
"Name of the Developer ID Installer certificate (in the macOS keychain) that should be used to sign the libjpeg-turbo installer package. Leave this blank to generate an unsigned package.")
configure_file(release/makemacpkg.in pkgscripts/makemacpkg)