dub 1.34.0 dependencies suffix is not supported #1
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: OSS/tanya#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After updating dub to 1.34.0 the build fails with the error:
The missing module is part of a linux-only dependency, which isn't apparently picked up and dub outputs a warning that
dependencies-linux
is an unknown key (in dub.json). And even the dub documentation says that platform suffixes are not supported for the dependencies.The easiest fix is to move the linux dependencies to the main dependencies, than it will be downloaded for all platforms. Shouldn't harm on Windows, but shoudl be tested.