[gnome-sdk-images/wip/tvb/aarch64: 2/9] Pass the new --arch option to xdg-app-builder
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sdk-images/wip/tvb/aarch64: 2/9] Pass the new --arch option to xdg-app-builder
- Date: Tue, 10 May 2016 14:51:53 +0000 (UTC)
commit f29cb370aea5b70499832bce06e913e47dedc238
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 2282a95..a46a3c9 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]