On Friday, 26 February 2021 at 19:00:57 UTC, H. S. Teoh wrote:
On Fri, Feb 26, 2021 at 06:53:32PM +0000, evilrat via
Digitalmars-d-learn wrote:
On Friday, 26 February 2021 at 18:20:38 UTC, Maxim wrote:
> On Friday, 26 February 2021 at 17:57:12 UTC, ryuukk_ wrote:
> > "targetType": "executable",
> >
> > and it should just run using "dub run"
>
> Unfortunately, the problem remains :/
Looks like something specific to your machine.
The last thing I could think of is to run dub with -v flag
(verbose mode), look for all steps performed and check the
output for anything that potentially could cause a failure.
[...]
And possibly paste the output of -v here, somebody may be able
to diagnose what went wrong then.
--T
Sure, I will paste it as soon as I'll have free time.