diff options
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 1417a16..2b17094 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -693,7 +693,7 @@ '../third_party/skia/src/core', ], 'conditions': [ - [ 'OS == "linux" and target_arch != "arm"', { + [ '(OS == "linux" or OS == "freebsd" or OS == "openbsd") and target_arch != "arm"', { 'cflags': [ '-msse2', ], |