From 0fcc83d00eb9d0699167bf105d522e7d23a44d32 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 12 Mar 2021 08:48:35 +0100 Subject: Remove the sys package --- dub.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'dub.json') diff --git a/dub.json b/dub.json index 1e1b393..7f21d7d 100644 --- a/dub.json +++ b/dub.json @@ -11,7 +11,6 @@ "dependencies": { "tanya:meta": "*", - "tanya:sys": "*", "tanya:os": "*", "tanya:encoding": "*", "tanya:middle": "*", @@ -24,7 +23,6 @@ "subPackages": [ "./meta", - "./sys", "./os", "./encoding", "./middle", @@ -45,9 +43,7 @@ { "name": "native", "targetType": "library", - "platforms": ["linux-x86_64-gdc"], - "preBuildCommands": ["ninja -C arch"], - "lflags": ["arch/tanya.a"], + "platforms": ["linux-x86_64"], "versions": ["TanyaNative"] }, { @@ -64,9 +60,7 @@ }, { "name": "unittest-native", - "platforms": ["linux-x86_64-gdc"], - "preBuildCommands": ["ninja -C arch"], - "lflags": ["arch/tanya.a"], + "platforms": ["linux-x86_64"], "versions": ["TanyaNative"], "importPaths": [ "./source", -- cgit v1.2.3