Skip to content

Commit 0df571d

Browse files
committed
Specify remote path to xgo.
Because the relative path is not passed to xgo.
1 parent 7050fd0 commit 0df571d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ build-all:
5050
-mkdir dist
5151
-mkdir dist/tmp
5252
-mkdir dist/bin
53-
$(XGOCMD) -dest dist/tmp -pkg ./cmd/trdsql .
53+
$(XGOCMD) -dest dist/tmp github.com/noborus/trdsql/cmd/trdsql
5454
find dist/tmp -type f -exec cp {} $(DIST_BIN) \;
5555

5656
DIST_DIRS := find trdsql* -type d -exec

0 commit comments

Comments
 (0)