Index: third_party/snappy/snappy.gyp |
diff --git a/third_party/snappy/snappy.gyp b/third_party/snappy/snappy.gyp |
index e24dc88d49fef3a2851e72d99c5c189825745cc2..b5dbc8e773b9b163be834d962ba691f50595f992 100644 |
--- a/third_party/snappy/snappy.gyp |
+++ b/third_party/snappy/snappy.gyp |
@@ -7,7 +7,7 @@ |
'conditions': [ |
# Define an "os_include" variable that points at the OS-specific generated |
# headers. These were generated by running the configure script offline. |
- ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { |
+ ['os_posix == 1 and OS != "mac"', { |
'os_include': 'linux' |
}], |
['OS=="mac"', {'os_include': 'mac'}], |