diff options
Diffstat (limited to 'macos/Makefile')
| -rw-r--r-- | macos/Makefile | 3 |
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 |
