Xcode: rename embedded SDK query function

This commit is contained in:
Gregor Jasny
2017-11-04 13:29:25 +01:00
parent 4309ed25ee
commit 8f4663ffb2
7 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -2609,7 +2609,7 @@ std::string cmGlobalGenerator::GenerateRuleFile(
bool cmGlobalGenerator::ShouldStripResourcePath(cmMakefile* mf) const
{
return mf->PlatformIsAppleIos();
return mf->PlatformIsAppleEmbedded();
}
std::string cmGlobalGenerator::GetSharedLibFlagsForLanguage(