don't build Linux sources on other platforms

This commit is contained in:
Patrick Reynolds 2013-11-12 11:51:25 -06:00
parent 80cdf77a77
commit 5e7359bc5a

View file

@ -180,6 +180,11 @@
'-fno-rtti',
'<!@(pkg-config --cflags gtk+-2.0)',
],
}, {
'sources/': [
['exclude', '/linux/'],
['exclude', '_linux\.(cc|h)$'],
],
}],
],
},