diff options
| author | John MacFarlane <[email protected]> | 2023-03-27 14:25:48 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-27 14:25:48 -0700 |
| commit | a53d08c871fc47747733376198aa66b1173ddd45 (patch) | |
| tree | 4146d6221b723912ab156094d35958e0836091f7 /macos | |
| parent | c9a04e5cec4d73a0940e4575e7b2a74fc6274be3 (diff) | |
Fix macos release Makefile (syntax for ARCHITECTURE).
Diffstat (limited to 'macos')
| -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) |
