export MACOS_UNIVERSAL=no
pip install capstone # or something depends on capstone
Refer to this issue: capstone-engine/capstone#1235
Actually we don't need to write a fake make
to fix this problem. A better and more elegant way is that set a environment variable to tell capstone not to compile a multi-arch mach-o file.