From 2333066f73d2fe749ea26d56f9e2839c7687a455 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 21 Oct 2020 21:14:32 -0700 Subject: [PATCH] Updated BUILD (markdown) --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 9eb7a08..3636616 100644 --- a/BUILD.md +++ b/BUILD.md @@ -51,7 +51,7 @@ especially for development. Example `--prefix=$HOME/.local/`. export CC=clang ./autogen.sh - ./configure --prefix=$HOME/construct-install + ./configure --prefix=$HOME/construct_sysroot make install ```