Index: src/common/common.gyp |
diff --git a/src/common/common.gyp b/src/common/common.gyp |
index 5a666de61f0301f8993103aa69e3fda71c0244f3..177c0938ce68c6dec705f23868036b77f8a9c6db 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': [ |