Commit b4c210b
authored
build: Remove deprecated static_flag(true) call. (#651)
This method has been deprecated in cc-rs, since cc-rs
will only build static libraries. See the deprecation notice
in the latest version:
https://docs.rs/cc/latest/cc/struct.Build.html#method.static_flag
Signed-off-by: Jonathan Schwender <[email protected]>1 parent 551a1d7 commit b4c210b
2 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
260 | 259 | | |
261 | 260 | | |
262 | 261 | | |
| |||
0 commit comments