diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-03-12 08:48:35 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-03-12 08:48:35 +0100 |
| commit | 0fcc83d00eb9d0699167bf105d522e7d23a44d32 (patch) | |
| tree | 5cb0c97b04ec54cfba823e6c89dac99fbd5dcfdf /dub.json | |
| parent | f27f62b80abf8b237d5c4bf57427fd50aa17e2b0 (diff) | |
| download | tanya-0fcc83d00eb9d0699167bf105d522e7d23a44d32.tar.gz | |
Remove the sys package
Diffstat (limited to 'dub.json')
| -rw-r--r-- | dub.json | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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", |
