aboutsummaryrefslogtreecommitdiff
path: root/src/common/common.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/common.gyp')
-rw-r--r--src/common/common.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/common.gyp b/src/common/common.gyp
index 5a666de6..177c0938 100644
--- a/src/common/common.gyp
+++ b/src/common/common.gyp
@@ -35,6 +35,11 @@
['OS=="linux"', {
'defines': ['HAVE_A_OUT_H'],
}],
+ ['OS!="android"', {'sources/': [['exclude', '(^|/)android/']]}],
+ ['OS!="linux"', {'sources/': [['exclude', '(^|/)linux/']]}],
+ ['OS!="mac"', {'sources/': [['exclude', '(^|/)mac/']]}],
+ ['OS!="solaris"', {'sources/': [['exclude', '(^|/)solaris/']]}],
+ ['OS!="win"', {'sources/': [['exclude', '(^|/)windows/']]}],
],
},
'targets': [