File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ Get CMake for free from http://www.cmake.org.
32
32
- CAPSTONE_X86_SUPPORT: support X86. Run cmake with -DCAPSTONE_X86_SUPPORT=0 to remove X86.
33
33
- CAPSTONE_TMS320C64X_SUPPORT: support TMS320C64X. Run cmake with -DCAPSTONE_TMS320C64X_SUPPORT=0 to remove TMS320C64X.
34
34
- CAPSTONE_EVM_SUPPORT: support EVM. Run cmake with -DCAPSTONE_EVM_SUPPORT=0 to remove EVM.
35
- - CAPSTONE_ARCHITECUTRE_DEFAULT : Whether architectures are enabled by default.
36
- Set this of OFF with -DCAPSTONE_ARCHITECUTRE_DEFAULT =OFF to dissable all architectures by default.
35
+ - CAPSTONE_ARCHITECTURE_DEFAULT : Whether architectures are enabled by default.
36
+ Set this of OFF with -DCAPSTONE_ARCHITECTURE_DEFAULT =OFF to disable all architectures by default.
37
37
You can then enable them again with one of the CAPSTONE_<ARCH>_SUPPORT options.
38
38
39
39
By default, all architectures are compiled in.
You can’t perform that action at this time.
0 commit comments