Skip to content

Commit

Permalink
update IMPORT_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Jan 8, 2024
1 parent e8d3aa9 commit 9b6b1ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/cordova/apple/OutlineAppleLib/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9b6b1ce

Please sign in to comment.