| Index: third_party/yasm/yasm_assemble.gni
|
| diff --git a/third_party/yasm/yasm_assemble.gni b/third_party/yasm/yasm_assemble.gni
|
| index 92e99d16e3cd757fd8c13b93f4310237dccd527e..48c9f8be50124cf2a998e3f885b794b8730ae35c 100644
|
| --- a/third_party/yasm/yasm_assemble.gni
|
| +++ b/third_party/yasm/yasm_assemble.gni
|
| @@ -141,6 +141,7 @@ template("yasm_assemble") {
|
| # root generated code directory).
|
| # This goes to the end of include list.
|
| args += [
|
| + "-I.",
|
| # Using "//." will produce a relative path "../.." which looks better than
|
| # "../../" which will result from using "//" as the base (although both
|
| # work). This is because rebase_path will terminate the result in a
|
|
|