From eea10127805292d0849e24b23e77ec37c1c67b86 Mon Sep 17 00:00:00 2001 From: eugene Date: Mon, 7 Nov 2016 22:31:30 +0200 Subject: [PATCH] oops, forgot about logging and ssh --- doc/build-osx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-osx.md b/doc/build-osx.md index 6fdcab01..c6ba263c 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -54,7 +54,7 @@ Instructions: Homebrew 2. Build twister using autotool ./autotool.sh - ./configure + ./configure --enable-logging --with-openssl=/usr/local/opt/openssl make (If you have multi core CPU, use "make -j N" where N = the number of your cores)