aboutsummaryrefslogtreecommitdiff
path: root/macos
diff options
context:
space:
mode:
Diffstat (limited to 'macos')
-rw-r--r--macos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/macos/Makefile b/macos/Makefile
index c54fe92c4..4ccd00507 100644
--- a/macos/Makefile
+++ b/macos/Makefile
@@ -1,4 +1,4 @@
-ARCHITECTURE=$(uname -m)
+ARCHITECTURE=$(shell uname -m)
VERSION=$(shell cat version.txt)
BASE=pandoc-$(VERSION)-$(ARCHITECTURE)