summaryrefslogtreecommitdiffstats
path: root/third_party/libjpeg
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libjpeg')
-rw-r--r--third_party/libjpeg/libjpeg.scons (renamed from third_party/libjpeg/SConscript)3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/libjpeg/SConscript b/third_party/libjpeg/libjpeg.scons
index 381d437..fdb2c2a 100644
--- a/third_party/libjpeg/SConscript
+++ b/third_party/libjpeg/libjpeg.scons
@@ -32,6 +32,9 @@ Import('env')
env = env.Clone()
+if env.WantSystemLib('libjpeg'):
+ Return()
+
env.Prepend(
CPPPATH = [
'$CHROME_SRC_DIR',