From 5ffff265d36474cd54486371a089062d80df4131 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 16 Aug 2025 12:21:31 +0200 Subject: [PATCH] Fix macos build --- deps/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index ac18fc89..25281831 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -29,6 +29,8 @@ add_subdirectory(minidump_cpp) ########################################## + +option(CAPSTONE_BUILD_MACOS_THIN "" ON) option(CAPSTONE_X86_SUPPORT "" ON) option(CAPSTONE_X86_ATT_DISABLE "" ON) option(CAPSTONE_ARCHITECTURE_DEFAULT "" OFF)