Remove use_system_unicorn and build_with_cmake

This commit is contained in:
2022-05-06 14:46:50 +02:00
parent a54dfda14d
commit 20c0a4b643
2 changed files with 14 additions and 26 deletions

View File

@@ -34,12 +34,10 @@ bitflags = "1.3"
libc = "0.2"
[build-dependencies]
cc = { optional = true, version = "1.0" }
cmake = { optional = true, version = "0.1" }
pkg-config = { optional = true, version = "0.3" }
cc = { version = "1.0" }
cmake = { version = "0.1" }
pkg-config = { version = "0.3" }
[features]
default = ["build_unicorn_cmake"]
build_unicorn_cmake = ["cc", "cmake"]
use_system_unicorn = ["pkg-config"]
default = []
dynamic_linkage = []