scripts: remove prefix for host build

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2018-05-10 21:02:57 -07:00 committed by Liam Girdwood
parent 17943a6c26
commit 28bddadbd3
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ set -e
pwd=`pwd` pwd=`pwd`
# Build library for host platform architecture # Build library for host platform architecture
./configure --with-arch=host --enable-library=yes --host=x86_64-unknown-linux-gnu --prefix=$pwd/../host-root/ ./configure --with-arch=host --enable-library=yes --host=x86_64-unknown-linux-gnu
make make
make install make install