aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-09-22 05:06:10 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-09-22 06:58:14 +0200
commitb74eb7239a055c59533b183900d1ff7d43aa55c5 (patch)
treea7a41f53456ae711a989c46bf7e309b3396fd4c2
parentbuild: Fix swiftlint warnings (diff)
downloadwireguard-apple-b74eb7239a055c59533b183900d1ff7d43aa55c5.tar.xz
wireguard-apple-b74eb7239a055c59533b183900d1ff7d43aa55c5.zip
WireGuardKitGo: include new homebrew location in PATH
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--Sources/WireGuardKitGo/Makefile1
1 files changed, 1 insertions, 0 deletions
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)