mirror of https://github.com/thesofproject/sof.git
scripts: remove prefix for host build
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
parent
17943a6c26
commit
28bddadbd3
|
@ -10,6 +10,6 @@ set -e
|
|||
pwd=`pwd`
|
||||
|
||||
# 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 install
|
||||
|
|
Loading…
Reference in New Issue