diff options
Diffstat (limited to 'third_party/libxml')
-rw-r--r-- | third_party/libxml/libxml.scons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libxml/libxml.scons b/third_party/libxml/libxml.scons index 63cd173..d7f05fa 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 = [ |