diff options
Diffstat (limited to 'o3d')
-rw-r--r-- | o3d/core/core.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/o3d/core/core.gyp b/o3d/core/core.gyp index 218a010..fb2f04d 100644 --- a/o3d/core/core.gyp +++ b/o3d/core/core.gyp @@ -330,6 +330,7 @@ }, 'xcode_settings': { 'GCC_PREFIX_HEADER': 'cross/precompile.h', + 'GCC_PFE_FILE_C_DIALECTS': 'c++', }, }, ], @@ -348,6 +349,7 @@ { 'xcode_settings': { 'GCC_PREFIX_HEADER': 'cross/precompile.h', + 'GCC_PFE_FILE_C_DIALECTS': 'c++', }, }, ], |