Correct KWStyle line too long error
This commit is contained in:
parent
0c030ef72c
commit
74c73d5fa0
|
@ -2403,7 +2403,8 @@ void cmGlobalXCodeGenerator
|
||||||
{
|
{
|
||||||
if(this->XcodeVersion > 15)
|
if(this->XcodeVersion > 15)
|
||||||
{
|
{
|
||||||
// now add the same one but append $(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) to it:
|
// Now add the same one but append
|
||||||
|
// $(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) to it:
|
||||||
linkDirs += " ";
|
linkDirs += " ";
|
||||||
linkDirs += this->XCodeEscapePath(
|
linkDirs += this->XCodeEscapePath(
|
||||||
(*libDir + "/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)").c_str());
|
(*libDir + "/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)").c_str());
|
||||||
|
|
Loading…
Reference in New Issue