mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-22 19:50:05 +00:00
Change exec_tools -> tools for local genrule (#5104)
This commit is contained in:
parent
b0504f9905
commit
dfcbf310af
@ -107,7 +107,9 @@ genrule(
|
||||
outs = ["build-version.inc"],
|
||||
cmd = "SOURCE_DATE_EPOCH=0 $(location :update_build_version) $(RULEDIR) $(location build-version.inc)",
|
||||
cmd_bat = "set SOURCE_DATE_EPOCH=0 && $(location :update_build_version) $(RULEDIR) $(location build-version.inc)",
|
||||
exec_tools = [":update_build_version"],
|
||||
# This is explicitly tools and not exec_tools because we run it locally (on the host platform) instead of
|
||||
# (potentially remotely) on the execution platform.
|
||||
tools = [":update_build_version"],
|
||||
local = True,
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user