Skip to content

Commit 4e9b9ca

Browse files
Fixed typos in compilation steps. (#1762)
1 parent 9b0a882 commit 4e9b9ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

COMPILE_CMAKE.TXT

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Get CMake for free from http://www.cmake.org.
3232
- CAPSTONE_X86_SUPPORT: support X86. Run cmake with -DCAPSTONE_X86_SUPPORT=0 to remove X86.
3333
- CAPSTONE_TMS320C64X_SUPPORT: support TMS320C64X. Run cmake with -DCAPSTONE_TMS320C64X_SUPPORT=0 to remove TMS320C64X.
3434
- 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.
3737
You can then enable them again with one of the CAPSTONE_<ARCH>_SUPPORT options.
3838

3939
By default, all architectures are compiled in.

0 commit comments

Comments
 (0)