| Index: third_party/libxml/libxml.scons
|
| diff --git a/third_party/libxml/libxml.scons b/third_party/libxml/libxml.scons
|
| index 63cd173f9dd1d674778fc217bd4c4de5cfceaae0..d7f05faa9c2f34bb3618fcc299dfbfbadb2504a3 100644
|
| --- a/third_party/libxml/libxml.scons
|
| +++ b/third_party/libxml/libxml.scons
|
| @@ -113,7 +113,7 @@ input_files = [
|
| 'xpointer.c',
|
| ]
|
|
|
| -env.ChromeStaticLibrary('libxml', input_files)
|
| +env.ChromeLibrary('libxml', input_files)
|
|
|
| env.ChromeMSVSProject('$LIBXML_DIR/build/libxml.vcproj',
|
| dependencies = [
|
|
|