From 2ee5bcf9337897801c364c994a3852b25112296d Mon Sep 17 00:00:00 2001 From: Lily Date: Thu, 1 Feb 2024 17:46:48 +0300 Subject: [DOCS] Fix a typo in temrux building (#1240) --- docs/COMPILE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/COMPILE.md') 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 -- cgit 1.4.1