Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 492039044
Change-Id: I993bc4e23d2aa218f192e2cb18f528fc830002f7
  • Loading branch information
cushon authored and copybara-github committed Nov 30, 2022
1 parent 28ef4bf commit 618169c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/rules_nasm.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ nasm_one_file = rule(
"_nasm": attr.label(
default = "@nasm//:nasm",
executable = True,
cfg = "host",
cfg = "exec",
),
},
outputs = {"out": "%{name}.o"},
Expand Down

0 comments on commit 618169c

Please sign in to comment.