From d8ef1dd90abcbadd3d63c17be9ae669eead9241f Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Mon, 6 Sep 2021 12:53:58 +0200 Subject: [PATCH] fix Android build on MacOS --- libafl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl/Cargo.toml b/libafl/Cargo.toml index 1acab24f96..c9682f0c98 100644 --- a/libafl/Cargo.toml +++ b/libafl/Cargo.toml @@ -78,7 +78,7 @@ rand = { version = "0.8.1", optional = true } # rand_core = { version = "0.6.2", optional = true } # This dependency allows us to export our RomuRand as rand::Rng. nix = { version = "0.20.0", optional = true } regex = { version = "1", optional = true } -build_id = { version = "0.2.1", optional = true } +build_id = { version = "0.2.1", git = "https://github.com/domenukk/build_id", branch = "main", optional = true } uuid = { version = "0.8.2", optional = true, features = ["serde"] } libm = "0.2.1"