diff options
Diffstat (limited to 'gears/SConscript.libbreakpad_osx')
-rw-r--r-- | gears/SConscript.libbreakpad_osx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gears/SConscript.libbreakpad_osx b/gears/SConscript.libbreakpad_osx index 7a8bff4..ced4bd8 100644 --- a/gears/SConscript.libbreakpad_osx +++ b/gears/SConscript.libbreakpad_osx @@ -24,4 +24,4 @@ input_files = [ '$THIRD_PARTY_DIR/breakpad_osx/src/common/mac/string_utilities.cc', ] -env.ChromeStaticLibrary('breakpad_osx-gears', input_files) +env.GearsStaticLibrary('breakpad_osx-gears', input_files) |