From a53d08c871fc47747733376198aa66b1173ddd45 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 27 Mar 2023 14:25:48 -0700 Subject: Fix macos release Makefile (syntax for ARCHITECTURE). --- macos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macos') 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) -- cgit v1.2.3