diff options
Diffstat (limited to 'third_party/expat/expat.gyp')
-rw-r--r-- | third_party/expat/expat.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/expat/expat.gyp b/third_party/expat/expat.gyp index 2d956e2..13fcae2 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': [ |