diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-09-25 18:32:12 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-09-25 18:35:33 +0200 |
| commit | 4acf163b428c9d61054ebe917c4b4c89324a20d4 (patch) | |
| tree | 28f32c8a72107831cca2c74415bf17c7870077c0 /dub.json | |
| parent | e1fd5286073164f0f2cf63e5225e1b80a245ba07 (diff) | |
| download | tanya-4acf163b428c9d61054ebe917c4b4c89324a20d4.tar.gz | |
Combine dependencies and dependencies-linuxv0.19.0
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.
Diffstat (limited to 'dub.json')
| -rw-r--r-- | dub.json | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -13,10 +13,7 @@ "tanya:meta": "*", "tanya:os": "*", "tanya:middle": "*", - "tanya:test": "*" - }, - - "dependencies-linux": { + "tanya:test": "*", "mir-linux-kernel": "~>1.0.0" }, |
