Commit da659b37 by Nicolas Capens Committed by Nicolas Capens

Fix ANGLE standalone build

Referencing //third_party/SPIRV-Tools directly only works when building inside a Chromium checkout. Bug: angleproject:4425 Change-Id: I70ace58145a93b747a67d98b6efd4af7e3cfd370 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/41628Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
parent 4cc54b40
...@@ -57,11 +57,11 @@ swiftshader_source_set("Pipeline") { ...@@ -57,11 +57,11 @@ swiftshader_source_set("Pipeline") {
"..", "..",
"../../include", "../../include",
"../../third_party/SPIRV-Headers/include", "../../third_party/SPIRV-Headers/include",
"$swiftshader_spirv_tools_dir/include", "${swiftshader_spirv_tools_dir}/include",
] ]
deps = [ deps = [
"//third_party/SPIRV-Tools/src:spvtools_headers", "${swiftshader_spirv_tools_dir}:spvtools_headers",
"../../third_party/marl:Marl_headers", "../../third_party/marl:Marl_headers",
"../Device:Device_headers", "../Device:Device_headers",
"../System:System_headers", "../System:System_headers",
......
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