summaryrefslogtreecommitdiffstats
path: root/third_party/zlib
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/zlib')
-rw-r--r--third_party/zlib/zlib.scons2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/zlib/zlib.scons b/third_party/zlib/zlib.scons
index 91c19ae..5aa0299 100644
--- a/third_party/zlib/zlib.scons
+++ b/third_party/zlib/zlib.scons
@@ -52,7 +52,7 @@ input_files = ChromeFileList([
'zutil.h',
])
-env.ChromeStaticLibrary('zlib', input_files)
+env.ChromeLibrary('zlib', input_files)
p = env.ChromeMSVSProject('zlib.vcproj',
guid='{8423AF0D-4B88-4EBF-94E1-E4D00D00E21C}',