Commit 389749ae by Jamie Madill

Fix ICD generation (again).

The correct usage is to use root_out_dir in the output file name and to use root_build_dir in the rebased arguments. Fixes the 32-bit NACL build on Windows. (Tested locally) Bug: dawn:283 Change-Id: I1d6ca062306a4662eef5c922296e9c95fb047acd Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/38828Reviewed-by: 's avatarCorentin Wallez <cwallez@google.com> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Tested-by: 's avatarJamie Madill <jmadill@chromium.org> Presubmit-Ready: Jamie Madill <jmadill@chromium.org> Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
parent 4cea2aef
......@@ -203,9 +203,9 @@ action("icd_file") {
script = "write_icd_json.py"
args = [
"--input",
rebase_path(input_file, root_out_dir),
rebase_path(input_file, root_build_dir),
"--output",
rebase_path(output_icd_file, root_out_dir),
rebase_path(output_icd_file, root_build_dir),
"--library_path",
library_path,
]
......
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