aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/most.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/most.gyp')
-rw-r--r--gyp/most.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gyp/most.gyp b/gyp/most.gyp
index ba7b3c43c6..1a2537a5f2 100644
--- a/gyp/most.gyp
+++ b/gyp/most.gyp
@@ -37,6 +37,11 @@
'kilobench.gyp:kilobench',
]
}],
+ [ 'skia_os != "android" and skia_os != "linux"', {
+ 'dependencies!': [
+ 'kilobench.gyp:kilobench',
+ ],
+ }],
[ 'skia_gpu == 0 or skia_os == "android"', {
'dependencies!': [
'example.gyp:HelloWorld',