From 1edae36d2b9bbf4010fa3cc387e588132197361b Mon Sep 17 00:00:00 2001 From: piman Date: Thu, 18 Sep 2014 14:53:18 -0700 Subject: 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} --- third_party/yasm/yasm_assemble.gni | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/yasm') 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 -- cgit v1.1