summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2023-09-25 18:32:12 +0200
committerEugen Wissner <belka@caraus.de>2023-09-25 18:35:33 +0200
commit4acf163b428c9d61054ebe917c4b4c89324a20d4 (patch)
tree28f32c8a72107831cca2c74415bf17c7870077c0
parente1fd5286073164f0f2cf63e5225e1b80a245ba07 (diff)
downloadtanya-0.19.0.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.
-rw-r--r--dub.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/dub.json b/dub.json
index 79f7c90..0584081 100644
--- a/dub.json
+++ b/dub.json
@@ -13,10 +13,7 @@
"tanya:meta": "*",
"tanya:os": "*",
"tanya:middle": "*",
- "tanya:test": "*"
- },
-
- "dependencies-linux": {
+ "tanya:test": "*",
"mir-linux-kernel": "~>1.0.0"
},