WireGuardApp: Fix build working dir for go-bridge targets
Signed-off-by: Andrej Mihajlov <and@mullvad.net>
This commit is contained in:
@@ -703,7 +703,7 @@
|
|||||||
buildPhases = (
|
buildPhases = (
|
||||||
);
|
);
|
||||||
buildToolPath = /usr/bin/make;
|
buildToolPath = /usr/bin/make;
|
||||||
buildWorkingDirectory = $BUILD_DIR/../../SourcePackages/checkouts/Sources/WireGuardGo;
|
buildWorkingDirectory = "$(PROJECT_DIR)/Sources/WireGuardKitGo";
|
||||||
dependencies = (
|
dependencies = (
|
||||||
);
|
);
|
||||||
name = WireGuardGoBridgemacOS;
|
name = WireGuardGoBridgemacOS;
|
||||||
@@ -717,7 +717,7 @@
|
|||||||
buildPhases = (
|
buildPhases = (
|
||||||
);
|
);
|
||||||
buildToolPath = /usr/bin/make;
|
buildToolPath = /usr/bin/make;
|
||||||
buildWorkingDirectory = $BUILD_DIR/../../SourcePackages/checkouts/Sources/WireGuardGo;
|
buildWorkingDirectory = "$(PROJECT_DIR)/Sources/WireGuardKitGo";
|
||||||
dependencies = (
|
dependencies = (
|
||||||
);
|
);
|
||||||
name = WireGuardGoBridgeiOS;
|
name = WireGuardGoBridgeiOS;
|
||||||
|
|||||||
Reference in New Issue
Block a user