aboutsummaryrefslogtreecommitdiff
path: root/macos/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-03-27 15:48:17 -0700
committerJohn MacFarlane <[email protected]>2023-03-27 15:48:17 -0700
commit1f6fa8784e2331237091d73b9d679e47ac0957fc (patch)
tree3bc3451f9f24d7edccabc678bda0804febd6b394 /macos/Makefile
parenta53d08c871fc47747733376198aa66b1173ddd45 (diff)
macos release build: store architecture in a file.3.1.2
Diffstat (limited to 'macos/Makefile')
-rw-r--r--macos/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/macos/Makefile b/macos/Makefile
index 4ccd00507..1537008e7 100644
--- a/macos/Makefile
+++ b/macos/Makefile
@@ -1,5 +1,4 @@
-ARCHITECTURE=$(shell uname -m)
-
+ARCHITECTURE=$(shell cat architecture.txt)
VERSION=$(shell cat version.txt)
BASE=pandoc-$(VERSION)-$(ARCHITECTURE)
DEST=pandoc/usr/local