| Index: third_party/yasm/yasm_assemble.gni
|
| diff --git a/third_party/yasm/yasm_assemble.gni b/third_party/yasm/yasm_assemble.gni
|
| index 78037b8e75327f22dee488215150ae46a139bd0e..ed89829d8fb10f62131e4c179099896ad2e28b64 100644
|
| --- a/third_party/yasm/yasm_assemble.gni
|
| +++ b/third_party/yasm/yasm_assemble.gni
|
| @@ -84,6 +84,7 @@ if (is_mac || is_ios) {
|
| # Default yasm include dirs. Make it match the native build (source root and
|
| # root generated code directory).
|
| _yasm_flags += [
|
| + "-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 slash if
|
|
|