summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2017-09-13 06:43:49 +0200
committerEugen Wissner <belka@caraus.de>2017-09-13 06:43:49 +0200
commit3e9ca359da0c2fd1987399e59f282374f069872e (patch)
treeac3e60eca2452189225279150cbee7f403fa44e1 /dub.json
parent3705cf387ec9a87f0330766ccc933ff53f0bf530 (diff)
downloadtanya-3e9ca359da0c2fd1987399e59f282374f069872e.tar.gz
math: Add floating point support to abs
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/dub.json b/dub.json
index 446d4ce..e6dfaaf 100644
--- a/dub.json
+++ b/dub.json
@@ -18,7 +18,9 @@
{
"name": "native",
"targetType": "library",
- "platforms": ["linux-x86_64"]
+ "platforms": ["linux-x86_64"],
+ "preBuildCommands": ["ninja -C arch"],
+ "lflags": ["arch/tanya.a"]
}
]
}