summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index ea68f11..856f2a1 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -64,6 +64,8 @@
# set the variable GYP_DEFINES to "toolkit_views=1", or modify
# ~/.gyp/include.gypi .
'toolkit_views%': 0,
+
+ 'linux2%': 0,
},
'target_defaults': {
'conditions': [
@@ -80,6 +82,9 @@
['toolkit_views==1', {
'defines': ['TOOLKIT_VIEWS=1'],
}],
+ ['linux2==1', {
+ 'defines': ['LINUX2=1'],
+ }],
['coverage!=0', {
'conditions': [
['OS=="mac"', {