diff options
Diffstat (limited to 'o3d/compiler')
-rw-r--r-- | o3d/compiler/technique/technique.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/o3d/compiler/technique/technique.gyp b/o3d/compiler/technique/technique.gyp index cd2f865..1e700b8 100644 --- a/o3d/compiler/technique/technique.gyp +++ b/o3d/compiler/technique/technique.gyp @@ -65,6 +65,9 @@ 'CompileAs': '2', }, }, + 'xcode_settings': { + 'OTHER_CFLAGS': ['-x', 'c++'], + }, }, ], } |