Skip to content

Commit

Permalink
Test is MacOS target still needs wacky PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed Jun 18, 2024
1 parent 9bb70b3 commit 676539a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ endif
# Unfortunately, MacOS is recalcitrant.
UNAME := $(shell uname)
ifeq ($(UNAME), Darwin)
export PATH := /usr/local/opt/gawk/libexec/gnubin:$(PATH)
export PATH := /usr/local/opt/gnu-tar/libexec/gnubin:$(PATH)
tar := gtar
else
tar := tar
Expand Down

0 comments on commit 676539a

Please sign in to comment.