Skip to content

Commit

Permalink
Darwin: fix one-step install
Browse files Browse the repository at this point in the history
  • Loading branch information
nishigori committed Mar 20, 2024
1 parent aec7bc0 commit 86dd9f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Darwin.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ DEFAULT_ARCH := $(shell uname -m)
XCODE_REQ_INSTALL = $(shell xcode-select -p 1>/dev/null || echo "not installed")

export HOMEBREW_NO_AUTO_UPDATE=1
# For one-step install
export PATH := $(basename $(BREW)):$(PATH)

.PHONY: Darwin/* brew/*

Expand Down

0 comments on commit 86dd9f8

Please sign in to comment.