Build custom libgc

This commit is contained in:
Yota Toyama
2019-04-26 03:31:56 +00:00
parent 9a689d5c00
commit cea904e618
13 changed files with 184 additions and 3 deletions

View File

@@ -6,6 +6,11 @@ authors = ["swgillespie <sean.william.g@gmail.com>", "Yota Toyama <raviqqe@gmail
repository = "https://github.com/raviqqe/bdwgc-alloc"
edition = "2018"
license = "MIT"
build = "build.rs"
[dependencies]
libc = "0.2"
[build-dependencies]
autotools = "0.2"
cmake = "0.1"