| Index: build/config/clang/BUILD.gn
|
| diff --git a/build/config/clang/BUILD.gn b/build/config/clang/BUILD.gn
|
| index 46bf985e7dc3aa1297aabf342fa706404503bb0d..202b195f92f90d91e8affba41a64919535be6680 100644
|
| --- a/build/config/clang/BUILD.gn
|
| +++ b/build/config/clang/BUILD.gn
|
| @@ -9,13 +9,13 @@ config("find_bad_constructs") {
|
| ]
|
|
|
| if (is_mac) {
|
| - cflags += rebase_path(
|
| + cflags += [ rebase_path(
|
| "//third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.dylib",
|
| - ".", root_build_dir)
|
| + ".", root_build_dir) ]
|
| } else if (is_linux) {
|
| - cflags += rebase_path(
|
| + cflags += [ rebase_path(
|
| "//third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so",
|
| - ".", root_build_dir)
|
| + ".", root_build_dir) ]
|
| }
|
|
|
| cflags += [
|
|
|