mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
IOS: Replaces whitespaces with tab
This commit is contained in:
parent
de6e78eecd
commit
99844a81b0
@ -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…
Reference in New Issue
Block a user