From de22418879ce737b1a5657013607b3e40d03a223 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 889f5ffb..86a370fe 100644 --- a/README.build.md +++ b/README.build.md @@ -395,7 +395,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.