diff options
Diffstat (limited to 'breakpad')
-rw-r--r-- | breakpad/breakpad.gyp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp index 66ddc68..9c37fd7 100644 --- a/breakpad/breakpad.gyp +++ b/breakpad/breakpad.gyp @@ -40,10 +40,8 @@ 'src/common/mac/SimpleStringDictionary.mm', 'src/common/string_conversion.cc', 'src/common/mac/string_utilities.cc', + 'src/common/md5.c', ], - 'link_settings': { - 'libraries': ['$(SDKROOT)/usr/lib/libcrypto.dylib'], - } }, { 'target_name': 'crash_inspector', @@ -127,6 +125,7 @@ 'src/common/stabs_reader.cc', 'src/common/stabs_to_module.cc', 'src/tools/mac/dump_syms/dump_syms_tool.mm', + 'src/common/md5.c', ], 'defines': [ # For src/common/stabs_reader.h. @@ -141,7 +140,6 @@ 'link_settings': { 'libraries': [ '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', - '$(SDKROOT)/usr/lib/libcrypto.dylib', ], }, 'configurations': { |