aboutsummaryrefslogtreecommitdiff
path: root/macos
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-03-27 14:25:48 -0700
committerJohn MacFarlane <[email protected]>2023-03-27 14:25:48 -0700
commita53d08c871fc47747733376198aa66b1173ddd45 (patch)
tree4146d6221b723912ab156094d35958e0836091f7 /macos
parentc9a04e5cec4d73a0940e4575e7b2a74fc6274be3 (diff)
Fix macos release Makefile (syntax for ARCHITECTURE).
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)