mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
Xcode: rename embedded SDK query function
This commit is contained in:
@@ -2609,7 +2609,7 @@ std::string cmGlobalGenerator::GenerateRuleFile(
|
||||
|
||||
bool cmGlobalGenerator::ShouldStripResourcePath(cmMakefile* mf) const
|
||||
{
|
||||
return mf->PlatformIsAppleIos();
|
||||
return mf->PlatformIsAppleEmbedded();
|
||||
}
|
||||
|
||||
std::string cmGlobalGenerator::GetSharedLibFlagsForLanguage(
|
||||
|
||||
Reference in New Issue
Block a user