mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
-improve crosscompiling from Linux to iphone (#10526)
Patch by Karol Krizka Alex
This commit is contained in:
@@ -682,10 +682,8 @@ void cmMakefileLibraryTargetGenerator::WriteLibraryRules
|
||||
std::string langFlags;
|
||||
this->AddFeatureFlags(langFlags, linkLanguage);
|
||||
|
||||
#ifdef __APPLE__
|
||||
this->LocalGenerator->AddArchitectureFlags(langFlags, this->Target,
|
||||
linkLanguage, this->ConfigName);
|
||||
#endif /* __APPLE__ */
|
||||
|
||||
// remove any language flags that might not work with the
|
||||
// particular os
|
||||
|
||||
Reference in New Issue
Block a user