diff options
author | Vincent Bénony | 2015-12-03 07:13:15 +0100 |
---|---|---|
committer | Vincent Bénony | 2016-01-06 16:17:31 +0100 |
commit | c1e664b6d681e4f59de361457e7487c138aaf31f (patch) | |
tree | 3c63b447c304bdf428652cc362793c895d386977 /devtools/create_project | |
parent | 106e3a87bdeb4485e232bec57ff516bb634700b6 (diff) | |
download | scummvm-rg350-c1e664b6d681e4f59de361457e7487c138aaf31f.tar.gz scummvm-rg350-c1e664b6d681e4f59de361457e7487c138aaf31f.tar.bz2 scummvm-rg350-c1e664b6d681e4f59de361457e7487c138aaf31f.zip |
IOS: Replaces spaces with tabs
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 8e2ab4c04d..46e6bcd41b 100644 --- a/devtools/create_project/xcode.cpp +++ b/devtools/create_project/xcode.cpp @@ -755,7 +755,7 @@ void XcodeProvider::setupBuildConfiguration(const BuildSetup &setup) { ADD_SETTING(iPhone_Debug, "GCC_ENABLE_FIX_AND_CONTINUE", "NO"); ADD_SETTING(iPhone_Debug, "GCC_OPTIMIZATION_LEVEL", "0"); ADD_SETTING(iPhone_Debug, "GCC_PRECOMPILE_PREFIX_HEADER", "NO"); - ADD_SETTING(iPhone_Debug, "GCC_WARN_64_TO_32_BIT_CONVERSION", "NO"); + ADD_SETTING(iPhone_Debug, "GCC_WARN_64_TO_32_BIT_CONVERSION", "NO"); ADD_SETTING_QUOTE(iPhone_Debug, "GCC_PREFIX_HEADER", ""); ADD_SETTING(iPhone_Debug, "GCC_THUMB_SUPPORT", "NO"); ADD_SETTING(iPhone_Debug, "GCC_UNROLL_LOOPS", "YES"); |