Local file
How can I use this to x-compile a local project. It seems to attempt to search on the internet for my package which obviously doesn't exist.
equivalent to just
go build *.go?
https://github.com/karalabe/xgo/issues/77 => the advice here doesn't work
Can confirm that this is no longer working.
This only works when the local project is inside GOPATH
@pjebs , I just built a local project without any real issue (after I fixed my environment variables). Is this still an issue for you? What error are you receiving?
@karalabe I would like to build from outside the GOPATH such as the files located in Documents/myproejct/gosrc/main. Is that possible??
package xxx: no Go files in /ext-go/1/src/xxx
Failed to cross compile package: exit status 1.
i have got an error like this..