aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/libjpeg-turbo/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libjpeg-turbo/BUILD.gn')
-rw-r--r--third_party/libjpeg-turbo/BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/third_party/libjpeg-turbo/BUILD.gn b/third_party/libjpeg-turbo/BUILD.gn
index 274b02b6bc..66e10955d5 100644
--- a/third_party/libjpeg-turbo/BUILD.gn
+++ b/third_party/libjpeg-turbo/BUILD.gn
@@ -15,7 +15,10 @@ if (skia_use_system_libjpeg_turbo) {
}
} else {
third_party("libjpeg") {
- public_include_dirs = [ "../externals/libjpeg-turbo" ]
+ public_include_dirs = [
+ ".",
+ "../externals/libjpeg-turbo",
+ ]
defines = [ "TURBO_FOR_WINDOWS" ]