about summary refs log tree commit diff stats
path: root/docs/COMPILE.md
diff options
context:
space:
mode:
authorLily <egzozu.be.bas@gmail.com>2024-02-01 17:46:48 +0300
committerGitHub <noreply@github.com>2024-02-01 15:46:48 +0100
commit2ee5bcf9337897801c364c994a3852b25112296d (patch)
tree2897505c5ceb66d7eba0f1df3139c555ec70d5c3 /docs/COMPILE.md
parent5f57de017cc5a1ac6f1793a338837dbba70e75d7 (diff)
downloadbox64-2ee5bcf9337897801c364c994a3852b25112296d.tar.gz
box64-2ee5bcf9337897801c364c994a3852b25112296d.zip
[DOCS] Fix a typo in temrux building (#1240)
Diffstat (limited to 'docs/COMPILE.md')
-rw-r--r--docs/COMPILE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/COMPILE.md b/docs/COMPILE.md
index 1fa65614..df4ed71d 100644
--- a/docs/COMPILE.md
+++ b/docs/COMPILE.md
@@ -205,7 +205,7 @@ NOTE: BUILDING BOX64 IN TERMUX NATIVE IS EXPERIMENTAL AND DOESN'T GONNA RUN LINU
 You also needed have `libandroid-sysv-semaphore` and `libandroid-spawn` libraries:

 

 ```

--D TERMUX=1 -D -DCMAKE_C_COMPILER=clang CMAKE_BUILD_TYPE=RelWithDebInfo

+-D TERMUX=1 -DCMAKE_C_COMPILER=clang -D CMAKE_BUILD_TYPE=RelWithDebInfo

 ```

 

 #### for x86_64 Linux