mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 05:33:41 +08:00
Fix macos release Makefile (syntax for ARCHITECTURE).
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
ARCHITECTURE=$(uname -m)
|
||||
ARCHITECTURE=$(shell uname -m)
|
||||
|
||||
VERSION=$(shell cat version.txt)
|
||||
BASE=pandoc-$(VERSION)-$(ARCHITECTURE)
|
||||
|
||||
Reference in New Issue
Block a user