From 9b6b1cefd3c6d3b2fee392424e7ce2ec8c2be716 Mon Sep 17 00:00:00 2001 From: Daniel LaCosse <3759828+daniellacosse@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:27:56 -0500 Subject: [PATCH] update IMPORT_PATH --- Makefile | 4 ++-- src/cordova/apple/OutlineAppleLib/Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4ac11831bf..21929b0bcd 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,11 @@ GOMOBILE=$(GOBIN)/gomobile # Add GOBIN to $PATH so `gomobile` can find `gobind`. GOBIND=env PATH="$(GOBIN):$(PATH)" "$(GOMOBILE)" bind IMPORT_HOST=github.com -IMPORT_PATH=$(IMPORT_HOST)/Jigsaw-Code/outline-go-tun2socks +IMPORT_PATH=$(IMPORT_HOST)/Jigsaw-Code/outline-client/src/tun2socks .PHONY: android apple linux windows -all: android linux apple windows +all: android apple linux windows # Don't strip Android debug symbols so we can upload them to crash reporting tools. ANDROID_BUILD_CMD=$(GOBIND) -a -ldflags '-w' -target=android -tags android -work diff --git a/src/cordova/apple/OutlineAppleLib/Package.swift b/src/cordova/apple/OutlineAppleLib/Package.swift index a11331e5f6..f0e605f41d 100644 --- a/src/cordova/apple/OutlineAppleLib/Package.swift +++ b/src/cordova/apple/OutlineAppleLib/Package.swift @@ -69,7 +69,7 @@ let package = Package( ), .binaryTarget( name: "Tun2socks", - path: "../../../../output/build/apple/tun2socks/tun2socks.xcframework" + path: "../../../../output/build/apple/Tun2socks.xcframework" ), .testTarget( name: "OutlineTunnelTest",