summaryrefslogtreecommitdiffstats
path: root/third_party/libjpeg/libjpeg.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libjpeg/libjpeg.gyp')
-rw-r--r--third_party/libjpeg/libjpeg.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/libjpeg/libjpeg.gyp b/third_party/libjpeg/libjpeg.gyp
index 8f0dac8..f8ce278 100644
--- a/third_party/libjpeg/libjpeg.gyp
+++ b/third_party/libjpeg/libjpeg.gyp
@@ -92,6 +92,11 @@
'/usr/local/include',
],
}],
+ ['OS=="android"', {
+ 'include_dirs': [
+ '<(android_src)/external/jpeg',
+ ],
+ }],
],
},
'link_settings': {