| Index: third_party/expat/expat.gyp
|
| diff --git a/third_party/expat/expat.gyp b/third_party/expat/expat.gyp
|
| index 2d956e2c941e0cde5cb638feba2cd92cfe08f17f..13fcae2d030c137ea0b00e82766b7961eb7f956e 100644
|
| --- a/third_party/expat/expat.gyp
|
| +++ b/third_party/expat/expat.gyp
|
| @@ -15,7 +15,7 @@
|
| ]
|
| },
|
| 'conditions': [
|
| - ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
|
| + ['os_posix == 1 and OS != "mac"', {
|
| # On Linux, we implicitly already depend on expat via fontconfig;
|
| # let's not pull it in twice.
|
| 'targets': [
|
|
|