aboutsummaryrefslogtreecommitdiff
path: root/macos
diff options
context:
space:
mode:
Diffstat (limited to 'macos')
-rw-r--r--macos/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/macos/Makefile b/macos/Makefile
index dbec1e982..c54fe92c4 100644
--- a/macos/Makefile
+++ b/macos/Makefile
@@ -1,5 +1,7 @@
+ARCHITECTURE=$(uname -m)
+
VERSION=$(shell cat version.txt)
-BASE=pandoc-$(VERSION)
+BASE=pandoc-$(VERSION)-$(ARCHITECTURE)
DEST=pandoc/usr/local
ALL=$(BASE)-macOS.pkg $(BASE)-macOS.zip