Reset the default to build_unicorn_cmake

This commit is contained in:
2022-04-30 11:13:18 +02:00
parent a8e602801d
commit b660ce5c8d

View File

@@ -39,7 +39,7 @@ cmake = { optional = true, version = "0.1" }
pkg-config = { optional = true, version = "0.3" }
[features]
default = ["use_system_unicorn"]
default = ["build_unicorn_cmake"]
build_unicorn_cmake = ["cc", "cmake"]
use_system_unicorn = ["pkg-config"]
dynamic_linkage = []