commit | 6aba66d83fb26d91c1327964c193eca8c1e121a8 | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Fri Feb 02 10:53:28 2018 +0000 |
committer | Florian Mayer <fmayer@google.com> | Fri Feb 02 10:53:28 2018 +0000 |
tree | cbb2e2cf8570e8f57ca78d315cd4364e7bc4b77a | |
parent | 97a430151f682b0ed9c43469ecd02d628e2ec06b [diff] [blame] |
Fix GCC debug build. Change-Id: I11a3eb40a1b5f609e69d42acd32e56c9c1a8f473
diff --git a/gn/standalone/BUILD.gn b/gn/standalone/BUILD.gn index 01fcafb..d0b8a20 100644 --- a/gn/standalone/BUILD.gn +++ b/gn/standalone/BUILD.gn
@@ -108,6 +108,10 @@ libs += [ "log" ] } + if (is_debug) { + libs += [ "dl" ] + } + if (is_android) { asmflags += [ "--target=$android_abi_target" ] cflags += [