Move fix for issue 711 outside of JSON/SDL parser
Having the fix for this issue in the parser means adding non-trivial logic.
It is easier to reason about to have this logic done as a post-processing step,
replacing the `autodetect` with the actually auto-detected version.
This also paves the way to have other `targetType` as default,
e.g. the `unittest` configuration should probably not be `library`.
1 parent e55ac91 commit ad4e095a127414738677fa90abb1b188c6caf4f1
@Geod24 Geod24 authored on 20 Jun 2022
Mathias LANG committed on 20 Jun 2022
Showing 3 changed files
View
source/dub/recipe/io.d
View
source/dub/recipe/json.d
View
source/dub/recipe/sdl.d