diff options
| author | Yang Liu <numbksco@gmail.com> | 2024-12-03 15:52:50 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-03 08:52:50 +0100 |
| commit | 963da34562ea8db4f0e537d9f25151b1d47e1e44 (patch) | |
| tree | c9c5f77751a24873d32e5e936c12d61b318528ec | |
| parent | 4adad381ce70b6c0779eb1a8c26be1e79ef7dce5 (diff) | |
| download | box64-963da34562ea8db4f0e537d9f25151b1d47e1e44.tar.gz box64-963da34562ea8db4f0e537d9f25151b1d47e1e44.zip | |
[CMAKE] Fixed typos (#2104)
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 075c91c2..a4608510 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,8 +39,8 @@ option(BAD_SIGNAL "Set to ON to activate the workaround for incoherent si_info o option(SW64 "Set ON if targeting an SW64 based device" ${SW64}) option(CI "Set to ON if running in CI" ${CI}) option(WITH_MOLD "Set to ON to use with mold" ${WITH_MOLD}) -option(BOX32 "Set to ON to add Linux 32bits support (experimental, do not use)" ${BO64}) -option(BOX32_BINFMT "Also setup binfmt integration for box32" ${BO64_BINFMT}) +option(BOX32 "Set to ON to add Linux 32bits support (experimental, do not use)" ${BOX32}) +option(BOX32_BINFMT "Also setup binfmt integration for box32" ${BOX32_BINFMT}) if(TERMUX) set(TERMUX_PATH "/data/data/com.termux/files") |