Gabriel Nützi
Gabriel Nützi
Can you check the log of ```shell cd build && make > LOG ```
Everything looks good, the project has been build and you can now navigate to build/examples/... and look for the binaries and execute them.
Thanks a lot.BR
Might be worth a PR dont you think?
This issues seems resolved, as this worked for me: macOS BigSur and Virtuabox 7.0.6
try to select not the target `all`. It depends on your project I think, but for me the all target does not produce anything too...
Here the PR, with failing test.
Thanks for merging. Maybe we could make the replacement faster. not sure...
Its due to the fact that the code does not escape properly the [filepath.Match](https://golang.org/pkg/path/filepath/#Match) syntax. Which it should do... On windows however escaping is disabled...