[Sound-open-firmware] [PATCH] scripts: remove prefix for host build
Signed-off-by: Ranjani Sridharan ranjani.sridharan@linux.intel.com --- scripts/host-build-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/host-build-all.sh b/scripts/host-build-all.sh index 87933b3..4c316da 100755 --- a/scripts/host-build-all.sh +++ b/scripts/host-build-all.sh @@ -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
On Thu, 2018-05-10 at 21:02 -0700, Ranjani Sridharan wrote:
Signed-off-by: Ranjani Sridharan ranjani.sridharan@linux.intel.com
scripts/host-build-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/host-build-all.sh b/scripts/host-build-all.sh index 87933b3..4c316da 100755 --- a/scripts/host-build-all.sh +++ b/scripts/host-build-all.sh @@ -10,6 +10,6 @@ set -e pwd=`pwd`
Both applied.
Thanks
Liam
participants (2)
-
Liam Girdwood
-
Ranjani Sridharan