From e890e1804581a5033d808ce07cf24a6a3a379f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20H=C3=B6ner?= Date: Sun, 11 Feb 2024 13:20:58 +0100 Subject: [PATCH] Build: don't build zydis examples & doc This unnecessarily introduced Python as a build dependency. --- build.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.rs b/build.rs index f58e8c2..707439c 100644 --- a/build.rs +++ b/build.rs @@ -14,6 +14,8 @@ fn build_library() { config .define("ZYDIS_BUILD_EXAMPLES", "OFF") .define("ZYDIS_BUILD_TOOLS", "OFF") + .define("ZYDIS_BUILD_TESTS", "OFF") + .define("ZYDIS_BUILD_DOXYGEN", "OFF") .define("ZYDIS_FEATURE_DECODER", "ON"); config.define(