mirror of https://github.com/xbmc/xbmc
Tahoe seems to be setting *_DEPLOYMENT_TARGET variables for targets that arent
required for a project. Force unset the unnecessary variables to stop issues with
targets that shell out their process, which would inadvertently then think it was
building an incorrect target
example error
/macos/clang:1:1: conflicting deployment targets, both '12.0' and '25.1' are present in environment
example env
<...>
DRIVERKIT_DEPLOYMENT_TARGET = 25.1
<...>
IPHONEOS_DEPLOYMENT_TARGET = 12.0
<...>
XROS_DEPLOYMENT_TARGET = 26.1
<...>
|
||
|---|---|---|
| .. | ||
| ArchSetup.cmake | ||
| ExtraTargets.cmake | ||
| Install.cmake | ||
| Macros.cmake | ||
| PathSetup.cmake | ||