Index: third_party/bspatch/bspatch.scons |
diff --git a/third_party/bspatch/bspatch.scons b/third_party/bspatch/bspatch.scons |
index 97cf01cfc4928e84d39372b3f66c36564376dadb..654bc41e71043ca9fb089427d9c60dbcd58433c6 100644 |
--- a/third_party/bspatch/bspatch.scons |
+++ b/third_party/bspatch/bspatch.scons |
@@ -27,7 +27,7 @@ input_files = [ |
'mbspatch.cc', |
] |
-env.ChromeStaticLibrary('bspatch', input_files) |
+env.ChromeLibrary('bspatch', input_files) |
env.ChromeMSVSProject('$BSPATCH_DIR/bspatch.vcproj', |
guid='{D7ED06E8-6138-4CE3-A906-5EF1D9C804E0}') |