IOS: Replaces whitespaces with tab
This commit is contained in:
parent
de6e78eecd
commit
99844a81b0
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ void XcodeProvider::setupFrameworksBuildPhase(const BuildSetup &setup) {
|
|||
std::string absoluteOutputDir;
|
||||
#ifdef POSIX
|
||||
absoluteOutputDir = realpath(setup.outputDir.c_str(), NULL);
|
||||
absoluteOutputDir += "/lib";
|
||||
absoluteOutputDir += "/lib";
|
||||
#else
|
||||
absoluteOutputDir = "lib";
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue