diff options
| -rw-r--r-- | macos/Makefile | 2 |
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) |
