diff options
author | piman <piman@chromium.org> | 2014-09-18 14:53:18 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-18 21:53:34 +0000 |
commit | 1edae36d2b9bbf4010fa3cc387e588132197361b (patch) | |
tree | 188d64138a5244d2220ccd23d8aaf6005015454c /third_party | |
parent | b661397e3856d3c3dcadf46051b42e59762946a1 (diff) | |
download | chromium_src-1edae36d2b9bbf4010fa3cc387e588132197361b.zip chromium_src-1edae36d2b9bbf4010fa3cc387e588132197361b.tar.gz chromium_src-1edae36d2b9bbf4010fa3cc387e588132197361b.tar.bz2 |
Fix yasm_assemble.gni
Change #294679 was lost in #294932
BUG=None
Review URL: https://codereview.chromium.org/583753002
Cr-Commit-Position: refs/heads/master@{#295567}
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/yasm/yasm_assemble.gni | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/yasm/yasm_assemble.gni b/third_party/yasm/yasm_assemble.gni index 92e99d1..48c9f8b 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 |