| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 595ee0d973d54e1960e909e0da61ce3c5b7be911..455dce9325eab2ea50e8fbd761c21d868f83e9e6 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -80,13 +80,7 @@ config("compiler") {
|
| cflags_c += [ "-std=c99" ]
|
| cflags_cc += [ "-std=gnu++11" ]
|
|
|
| - ldflags += common_mac_flags + [
|
| - "-L.",
|
| -
|
| - # TODO(brettW) I don't understand these options.
|
| - "-Wl,-rpath,@loader_path/.",
|
| - "-Wl,-rpath,@loader_path/../../..",
|
| - ]
|
| + ldflags += common_mac_flags
|
| } else if (is_posix) {
|
| # Non-Mac Posix compiler flags setup.
|
| # -----------------------------------
|
|
|