IOS: Replaces whitespaces with tab

This commit is contained in:
Vincent Bénony 2015-12-04 11:50:03 +01:00
parent de6e78eecd
commit 99844a81b0

View File

@ -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