summaryrefslogtreecommitdiffstats
path: root/third_party/libjpeg/libjpeg.scons
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libjpeg/libjpeg.scons')
-rw-r--r--third_party/libjpeg/libjpeg.scons2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libjpeg/libjpeg.scons b/third_party/libjpeg/libjpeg.scons
index 0cc3919..fb1e295e 100644
--- a/third_party/libjpeg/libjpeg.scons
+++ b/third_party/libjpeg/libjpeg.scons
@@ -99,7 +99,7 @@ input_files = [
'jutils.c',
]
-env.ChromeStaticLibrary('libjpeg', input_files)
+env.ChromeLibrary('libjpeg', input_files)
env.ChromeMSVSProject('$LIBJPEG_DIR/libjpeg.vcproj',
guid='{238CE175-76CE-4A25-A676-69D115885601}')