You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create a simple project and run dub command. Dub build executable application, everything is OK. I add configurations option and run dub command - now dub build library, it's strange. I try to add "targetType": "executable" in global fields - dub ignored it.
I solve the problem when I add "targetType": "executable" in configurations field. I think it's a bug - global fields must have higher priority than local.
The text was updated successfully, but these errors were encountered:
I create a simple project and run
dub
command. Dub build executable application, everything is OK. I addconfigurations
option and rundub
command - now dub build library, it's strange. I try to add"targetType": "executable"
in global fields - dub ignored it.I solve the problem when I add
"targetType": "executable"
inconfigurations
field. I think it's a bug - global fields must have higher priority than local.The text was updated successfully, but these errors were encountered: