| Index: build/config/linux/BUILD.gn
|
| diff --git a/build/config/linux/BUILD.gn b/build/config/linux/BUILD.gn
|
| index a7b841c7adc2bce63309423f6adfa6865ccf3bc2..29b446ae0b18f8893ae6a7e3325d93bd614e3169 100644
|
| --- a/build/config/linux/BUILD.gn
|
| +++ b/build/config/linux/BUILD.gn
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import("pkg_config.gni")
|
| +import("//build/config/linux/pkg_config.gni")
|
|
|
| # Sets up the dynamic library search path to include our "lib" directory.
|
| config("executable_ldconfig") {
|
|
|