Index: gyp/viewer.gyp |
diff --git a/gyp/viewer.gyp b/gyp/viewer.gyp |
index 5bec25c756d7f6c7d56f335bf90e07c148c267da..b2563ef5371d776ff478b7e45e8d2d5b3d7325ad 100644 |
--- a/gyp/viewer.gyp |
+++ b/gyp/viewer.gyp |
@@ -101,6 +101,10 @@ |
'sources/': [ ['exclude', '_win.(h|cpp)$'], |
], |
}], |
+ ['skia_os != "mac"', { |
+ 'sources/': [ ['exclude', '_mac.(h|cpp)$'], |
+ ], |
+ }], |
['skia_vulkan == 0', { |
'sources/': [ ['exclude', 'Vulkan'] |
], |