Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! fixup! build: update Makefile to support fat binary
  • Loading branch information
Ash Cripps committed Apr 8, 2021
commit 788a0fccb722277e6f4212432c6b5eb74fb36a9d
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ release-only: check-xz
fi

$(PKG): release-only
# pkg buiding is currently only supported on a ARM64 macOS host for
# pkg building is currently only supported on an ARM64 macOS host for
# ease of compiling fat-binaries for both macOS architectures.
ifneq ($(OSTYPE),darwin)
Comment thread
AshCripps marked this conversation as resolved.
$(warning Invalid OSTYPE)
Expand Down