|
@@ -504,7 +504,11 @@ cmLocalUnixMakefileGenerator3
|
|
|
//----------------------------------------------------------------------------
|
|
//----------------------------------------------------------------------------
|
|
|
std::string
|
|
std::string
|
|
|
cmLocalUnixMakefileGenerator3
|
|
cmLocalUnixMakefileGenerator3
|
|
|
-::GetFrameworkFlags(cmTarget& target)
|
|
|
|
|
|
|
+::GetFrameworkFlags(cmTarget&
|
|
|
|
|
+#ifdef __APPLE__
|
|
|
|
|
+ target
|
|
|
|
|
+#endif
|
|
|
|
|
+ )
|
|
|
{
|
|
{
|
|
|
#ifndef __APPLE__
|
|
#ifndef __APPLE__
|
|
|
return std::string();
|
|
return std::string();
|