Skip to content

Commit

Permalink
Merge pull request containers#13020 from zeha/12975-fix-12327
Browse files Browse the repository at this point in the history
Makefile: fix darwin detection
  • Loading branch information
openshift-merge-robot authored Jan 26, 2022
2 parents 63134a1 + daeade5 commit a54320a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ endef
# Need to use CGO for mDNS resolution, but cross builds need CGO disabled
# See https://github.com/golang/go/issues/12524 for details
DARWIN_GCO := 0
ifeq ($(NATIVE_GOOS),darwin)
ifeq ($(GOOS),darwin)
ifdef HOMEBREW_PREFIX
DARWIN_GCO := 1
endif
Expand Down

0 comments on commit a54320a

Please sign in to comment.