Skip to content

Commit

Permalink
Add the assembler files to the pure go sources (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthehat authored Nov 27, 2017
1 parent 5da4d32 commit 44b3bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/private/rules/cgo.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def _cgo_codegen_impl(ctx):
),
OutputGroupInfo(
go_files = to_set(go_outs),
input_go_files = to_set(source.go),
input_go_files = to_set(source.go + source.asm),
c_files = sets.union(c_outs, source.headers),
main_c = to_set([cgo_main]),
),
Expand Down

0 comments on commit 44b3bdf

Please sign in to comment.