From: Jason A. Donenfeld Date: Wed, 22 Sep 2021 03:06:10 +0000 (+0200) Subject: WireGuardKitGo: include new homebrew location in PATH X-Git-Tag: 1.0.14-25~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b74eb7239a055c59533b183900d1ff7d43aa55c5;p=thirdparty%2Fwireguard-apple.git WireGuardKitGo: include new homebrew location in PATH Signed-off-by: Jason A. Donenfeld --- 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)