Dub says that my programme is a libruary
Dejan Lekic
dejan.lekic at gmail.com
Sun Aug 9 13:52:22 UTC 2026
On Sunday, 9 August 2026 at 13:16:35 UTC, Darren Drapkin wrote:
> What can I do to stop dub asserting that my programme is a
> libruary and compile it normally?
The easiest thing to do is to edit dub.sdl and add:
```
targetType "executable"
```
or if you use JSON, add the following to your dub.json:
```json
"targetType": "executable"
```
More information about the Digitalmars-d-learn
mailing list