[gnome-sdk-images/wip/tvb/aarch64: 2/9] Pass the new --arch option to xdg-app-builder



commit d5e339c018915e2ea79346ce333cce792ce1b280
Author: Tristan Van Berkom <tristan vanberkom codethink co uk>
Date:   Mon May 2 13:41:48 2016 -0400

    Pass the new --arch option to xdg-app-builder

 Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/Makefile b/Makefile
index 17c6ef7..818982f 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,9 @@ endef
 all: repo $(patsubst %,%.in,$(SUBST_FILES))
        rm -rf sdk
        $(call subst-metadata)
-       flatpak-builder --force-clean --ccache --require-changes --repo=repo --subject="build of 
org.gnome.Sdk, `date`" ${EXPORT_ARGS} sdk org.gnome.Sdk.json
+       flatpak-builder --force-clean --ccache --require-changes --repo=repo --arch=${ARCH} \
+                        --subject="build of org.gnome.Sdk, `date`" \
+                        ${EXPORT_ARGS} sdk org.gnome.Sdk.json
        rm -rf sdk
 
 repo:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]