From 18b1418b25deb291bf97dae8c6b19692ebe32a67 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Wed, 17 Sep 2014 22:09:21 +0000 Subject: Fixes common_unittests build. Original CL: https://breakpad.appspot.com/5704002/ A=gunsch@chromium.org R=gunsch@chromium.org Review URL: https://breakpad.appspot.com/8674002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1378 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/common/common.gyp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common/common.gyp') diff --git a/src/common/common.gyp b/src/common/common.gyp index 3c871509..47fadd8c 100644 --- a/src/common/common.gyp +++ b/src/common/common.gyp @@ -235,6 +235,9 @@ '../build/testing.gypi:gmock', '../build/testing.gypi:gtest', ], + 'libraries': [ + '-ldl', + ], }, ], } -- cgit v1.2.1