From b74eb7239a055c59533b183900d1ff7d43aa55c5 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 22 Sep 2021 05:06:10 +0200 Subject: WireGuardKitGo: include new homebrew location in PATH Signed-off-by: Jason A. Donenfeld --- Sources/WireGuardKitGo/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/WireGuardKitGo/Makefile b/Sources/WireGuardKitGo/Makefile index 1d89b5a..03d243b 100644 --- a/Sources/WireGuardKitGo/Makefile +++ b/Sources/WireGuardKitGo/Makefile @@ -9,6 +9,7 @@ SDKROOT ?= $(shell xcrun --sdk $(PLATFORM_NAME) --show-sdk-path) CONFIGURATION_BUILD_DIR ?= $(CURDIR)/out CONFIGURATION_TEMP_DIR ?= $(CURDIR)/.tmp +export PATH := $(PATH):/usr/local/bin:/opt/homebrew/bin export CC ?= clang LIPO ?= lipo DESTDIR ?= $(CONFIGURATION_BUILD_DIR) -- cgit v1.2.3-59-g8ed1b