Combine dependencies and dependencies-linux

Platform dependencies aren't supported according to the dub
documentation, that states: "this setting does not support platform
suffixes".

dub test with dub 1.34.0 produces a warning:

"dependencies-linux: Key is not a valid member of this section.
Did you mean: dependencies"

Then the build fails because it cannot find modules defined in the
dependency.
This commit is contained in:
Eugen Wissner 2023-09-25 18:32:12 +02:00
parent e1fd528607
commit 4acf163b42
1 changed files with 1 additions and 4 deletions

View File

@ -13,10 +13,7 @@
"tanya:meta": "*",
"tanya:os": "*",
"tanya:middle": "*",
"tanya:test": "*"
},
"dependencies-linux": {
"tanya:test": "*",
"mir-linux-kernel": "~>1.0.0"
},