Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuna committed Apr 11, 2024
1 parent 0d64343 commit ede26cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/tun2socks/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ run: when_changed
vars:
# This needs to be updated if the file moves.
# TODO: Output to $REPO_ROOT/output/client/tun2socks instead.
OUT_DIR:
sh: "readlink -f '{{.TASKFILE_DIR}}/../../output/build'"
OUT_DIR: '{{joinPath .TASKFILE_DIR "../../output/build"}}'
BIN_DIR: "{{.OUT_DIR}}/build"
VERSION: "v1.16.11"
# Linker flags: https://pkg.go.dev/cmd/link
Expand Down

0 comments on commit ede26cd

Please sign in to comment.