| Index: third_party/bzip2/bzip2.scons
|
| diff --git a/third_party/bzip2/bzip2.scons b/third_party/bzip2/bzip2.scons
|
| index 843de847347944e95a74657986155733fed3f577..c1449065fb5c3421f19f52f5f93f1319c33e0665 100644
|
| --- a/third_party/bzip2/bzip2.scons
|
| +++ b/third_party/bzip2/bzip2.scons
|
| @@ -38,7 +38,7 @@ input_files = [
|
| 'randtable.c',
|
| ]
|
|
|
| -env.ChromeStaticLibrary('bzip2', input_files)
|
| +env.ChromeLibrary('bzip2', input_files)
|
|
|
| env.ChromeMSVSProject('$BZIP2_DIR/bzip2.vcproj',
|
| guid='{2A70CBF0-847E-4E3A-B926-542A656DC7FE}')
|
|
|