diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-08-25 00:29:43 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-08-25 00:29:43 +0200 |
| commit | c9a4a2f65176fd4a3f9a74ce07b1be27ad6c793e (patch) | |
| tree | 91d01ed3d471fdb89173e97ed4b453695f14cd4f /dub.json | |
| parent | 0e99effaeb59a6af301e2879063005d2bc82870e (diff) | |
| download | tanya-c9a4a2f65176fd4a3f9a74ce07b1be27ad6c793e.tar.gz | |
Add "native" configuration and TanyaPhobos version
Diffstat (limited to 'dub.json')
| -rw-r--r-- | dub.json | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -11,7 +11,14 @@ "configurations": [ { - "name": "library" + "name": "library", + "targetType": "library", + "versions": ["TanyaPhobos"] + }, + { + "name": "native", + "targetType": "library", + "platforms": ["linux-x86_64"] } ] } |
