aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2020-12-02 14:47:50 +0100
committerAndrej Mihajlov <and@mullvad.net>2020-12-03 13:32:25 +0100
commit35f0ada8a9397b4a00a667587293a1897b5053f9 (patch)
tree77265bf20d2ac3c2f50f51f65888aa3a836c2353
parentWireGuardNetworkExtension: Remove wireguard.h from bridging header (diff)
downloadwireguard-apple-35f0ada8a9397b4a00a667587293a1897b5053f9.tar.xz
wireguard-apple-35f0ada8a9397b4a00a667587293a1897b5053f9.zip
WireGuardApp: Fix build working dir for go-bridge targets
Signed-off-by: Andrej Mihajlov <and@mullvad.net>
-rw-r--r--WireGuard.xcodeproj/project.pbxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/WireGuard.xcodeproj/project.pbxproj b/WireGuard.xcodeproj/project.pbxproj
index 97bea2e..c6e9f70 100644
--- a/WireGuard.xcodeproj/project.pbxproj
+++ b/WireGuard.xcodeproj/project.pbxproj
@@ -703,7 +703,7 @@
buildPhases = (
);
buildToolPath = /usr/bin/make;
- buildWorkingDirectory = $BUILD_DIR/../../SourcePackages/checkouts/Sources/WireGuardGo;
+ buildWorkingDirectory = "$(PROJECT_DIR)/Sources/WireGuardKitGo";
dependencies = (
);
name = WireGuardGoBridgemacOS;
@@ -717,7 +717,7 @@
buildPhases = (
);
buildToolPath = /usr/bin/make;
- buildWorkingDirectory = $BUILD_DIR/../../SourcePackages/checkouts/Sources/WireGuardGo;
+ buildWorkingDirectory = "$(PROJECT_DIR)/Sources/WireGuardKitGo";
dependencies = (
);
name = WireGuardGoBridgeiOS;