Skip to content

Commit

Permalink
Merge pull request #6 from hax0r31337/master
Browse files Browse the repository at this point in the history
Allowing gns-sys to be built in parallel
  • Loading branch information
hussein-aitlahcen authored Oct 25, 2024
2 parents 863e2dd + 1038bdb commit fecf2ea
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gns-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ crate-type = ["rlib", "staticlib"]

[build-dependencies]
bindgen = "0.69"
cc = "1"
cc = { version = "1.1.31", features = ["parallel"] }

0 comments on commit fecf2ea

Please sign in to comment.