From 4fd91fa60da9af639cb4a9a23fff7a92e87ff498 Mon Sep 17 00:00:00 2001 From: Yongwen Zhuang Date: Wed, 15 Feb 2017 17:58:39 +0800 Subject: [PATCH] Correct Cross compiling commandline --- README.build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.build.md b/README.build.md index 71c73c1..58ffcc7 100644 --- a/README.build.md +++ b/README.build.md @@ -405,7 +405,7 @@ The commandline to configure for cross with this would look like ``` $ cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr \ -DCMAKE_TOOLCHAIN_FILE=../cross-arm-linux-gnueabihf.cmake \ - -DWITHOUT_EXTENSIONS=1 -DWITH_SSL=0 + -DLWS_WITHOUT_EXTENSIONS=1 -DLWS_WITH_SSL=0 ``` The example shows how to build with no external cross lib dependencies, you need to provide the cross libraries otherwise. -- 2.7.4