Commit 1edae36d authored by piman's avatar piman Committed by Commit bot

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}
parent b661397e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment