Skip to content

Commit

Permalink
generator: rust: add hack for clzsi2.o bug
Browse files Browse the repository at this point in the history
  • Loading branch information
seirl committed May 11, 2019
1 parent 01acc1f commit 1b4132f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/generator/files/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ list-run-reqs:

%.o: %.rs
$(call cmd,rustc)
@ar d $@ clzsi2.o # HACK: https://github.com/rust-lang/rust/issues/58277

%.class: %.java
$(call cmd,java)
Expand Down

0 comments on commit 1b4132f

Please sign in to comment.