summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--o3d/build/common.gypi4
1 files changed, 3 insertions, 1 deletions
diff --git a/o3d/build/common.gypi b/o3d/build/common.gypi
index ffc1f86..9efa01c 100644
--- a/o3d/build/common.gypi
+++ b/o3d/build/common.gypi
@@ -40,7 +40,9 @@
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
},
}],
- ['o3d_in_chrome == 1',
+ ],
+ 'conditions': [
+ ['o3d_in_chrome != 0',
{
'defines': [
'O3D_IN_CHROME',