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



commit 803941e7f2ff1ea05b8e6b499e056fafa2e315ec
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 dd347f9..39a60bd 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,9 @@ endef
 all: repo $(patsubst %,%.in,$(SUBST_FILES))
        rm -rf sdk
        $(call subst-metadata)
-       xdg-app-builder --ccache --require-changes --repo=repo --subject="build of org.gnome.Sdk, `date`" 
${EXPORT_ARGS} sdk org.gnome.Sdk.json
+       xdg-app-builder --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]