Skip to content

Commit

Permalink
add libc fixup (#40)
Browse files Browse the repository at this point in the history
Summary:
fixes warning
```
[WARN  reindeer::fixups] libc-0.2.153 has a build script, but I don't know what to do with it: Unresolved build script at ../../../../.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.153/build.rs.
```

Pull Request resolved: #40

Test Plan: https://github.com/shayne-fletcher/reindeer/actions/runs/7764158226

Reviewed By: dtolnay

Differential Revision: D53377343

Pulled By: shayne-fletcher

fbshipit-source-id: 2459ce93b95b77800afade7293381c8be9326911
  • Loading branch information
shayne-fletcher authored and facebook-github-bot committed Feb 3, 2024
1 parent 2fe0af4 commit 1bbedcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/third-party/fixups/libc/fixups.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[[buildscript]]
[buildscript.rustc_flags]

0 comments on commit 1bbedcd

Please sign in to comment.