diff options
Diffstat (limited to 'third_party/bspatch/bspatch.scons')
-rw-r--r-- | third_party/bspatch/bspatch.scons | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/bspatch/bspatch.scons b/third_party/bspatch/bspatch.scons index 97cf01c..654bc41 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}') |