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
Next Next commit
fixup! build: update Makefile to support fat binary
  • Loading branch information
Ash Cripps committed Apr 7, 2021
commit ee254a1539e17f1b5ccaf9fe2fdbee7763792fdb
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,8 @@ release-only: check-xz
fi

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