Fix macos release Makefile (syntax for ARCHITECTURE).

This commit is contained in:
John MacFarlane
2023-03-27 14:25:48 -07:00
parent c9a04e5cec
commit a53d08c871
+1 -1
View File
@@ -1,4 +1,4 @@
ARCHITECTURE=$(uname -m)
ARCHITECTURE=$(shell uname -m)
VERSION=$(shell cat version.txt)
BASE=pandoc-$(VERSION)-$(ARCHITECTURE)