]> git.ipfire.org Git - thirdparty/wireguard-apple.git/commitdiff
WireGuardKitGo: include new homebrew location in PATH
authorJason A. Donenfeld <Jason@zx2c4.com>
Wed, 22 Sep 2021 03:06:10 +0000 (05:06 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 22 Sep 2021 04:58:14 +0000 (06:58 +0200)
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Sources/WireGuardKitGo/Makefile

index 1d89b5a11db6d6e1464008c1265497a6b751494a..03d243b2edc29d8354c0e353a2031cda1f7b5b2d 100644 (file)
@@ -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)