don't build Linux sources on other platforms
This commit is contained in:
parent
80cdf77a77
commit
5e7359bc5a
1 changed files with 5 additions and 0 deletions
|
@ -180,6 +180,11 @@
|
||||||
'-fno-rtti',
|
'-fno-rtti',
|
||||||
'<!@(pkg-config --cflags gtk+-2.0)',
|
'<!@(pkg-config --cflags gtk+-2.0)',
|
||||||
],
|
],
|
||||||
|
}, {
|
||||||
|
'sources/': [
|
||||||
|
['exclude', '/linux/'],
|
||||||
|
['exclude', '_linux\.(cc|h)$'],
|
||||||
|
],
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue