Skip to content

Commit

Permalink
Add a fixup for typenum crate
Browse files Browse the repository at this point in the history
Summary: Required to build typenum open source.

Reviewed By: lmvasquezg

Differential Revision: D40176454

fbshipit-source-id: fa733ae39d84b956e5c3babbde311f212459fe3a
  • Loading branch information
ndmitchell authored and facebook-github-bot committed Oct 7, 2022
1 parent 9b9ba59 commit 0898d24
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions shim/third-party/rust/fixups/typenum/fixups.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[[buildscript]]
[buildscript.gen_srcs]
files = ["consts.rs", "op.rs"]

[env]
TYPENUM_BUILD_CONSTS = "consts.rs"
TYPENUM_BUILD_OP = "op.rs"

0 comments on commit 0898d24

Please sign in to comment.