diff options
Diffstat (limited to 'devtools/create_project')
-rw-r--r-- | devtools/create_project/xcode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_project/xcode.cpp b/devtools/create_project/xcode.cpp index 02f2928bf9..90eea39aaf 100644 --- a/devtools/create_project/xcode.cpp +++ b/devtools/create_project/xcode.cpp @@ -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 |