Skip to content
Snippets Groups Projects
Commit 444220ac authored by Simon McVittie's avatar Simon McVittie
Browse files

build: Use correct architecture in host prefix if cross-compiling

parent 688fb123
No related branches found
No related tags found
No related merge requests found
...@@ -44,8 +44,8 @@ _build/%/config.stamp: libcapsule/configure ...@@ -44,8 +44,8 @@ _build/%/config.stamp: libcapsule/configure
../../../libcapsule/configure \ ../../../libcapsule/configure \
--build="$${DEB_BUILD_GNU_TYPE}" \ --build="$${DEB_BUILD_GNU_TYPE}" \
--host="$${DEB_HOST_GNU_TYPE}" \ --host="$${DEB_HOST_GNU_TYPE}" \
--enable-host-prefix="$${DEB_BUILD_MULTIARCH}-" \ --enable-host-prefix="$${DEB_HOST_MULTIARCH}-" \
--enable-tools-rpath="/_ORIGIN_/__/lib/$${DEB_BUILD_MULTIARCH}" \ --enable-tools-rpath="/_ORIGIN_/__/lib/$${DEB_HOST_MULTIARCH}" \
--disable-shared \ --disable-shared \
--disable-gtk-doc \ --disable-gtk-doc \
--without-glib \ --without-glib \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment