Index: gyp/opts.gyp |
diff --git a/gyp/opts.gyp b/gyp/opts.gyp |
index b4fb6098818fefd343bcba23fb4430e436f543da..1c767af99b5a4c9a2c416670239dbce12eca127f 100644 |
--- a/gyp/opts.gyp |
+++ b/gyp/opts.gyp |
@@ -105,6 +105,7 @@ |
'type': 'static_library', |
'standalone_static_library': 1, |
'dependencies': [ 'core.gyp:*' ], |
+ 'include_dirs': [ '../src/core' ], |
'sources': [ '<@(sse41_sources)' ], |
'conditions': [ |
[ 'skia_os == "win"', { |