In my dub.sdl file I have
configuration "python35" { subConfiguration "autowrap" "python35" }
and I run
dub build --config=python35
which still tries to find python36. Why doesn't it look for 3.5?
Nikos via Digitalmars-d-announce Thu, 10 May 2018 12:56:28 -0700
In my dub.sdl file I have
configuration "python35" { subConfiguration "autowrap" "python35" }
and I run
dub build --config=python35
which still tries to find python36. Why doesn't it look for 3.5?