diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-09-13 06:43:49 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-09-13 06:43:49 +0200 |
| commit | 3e9ca359da0c2fd1987399e59f282374f069872e (patch) | |
| tree | ac3e60eca2452189225279150cbee7f403fa44e1 /dub.json | |
| parent | 3705cf387ec9a87f0330766ccc933ff53f0bf530 (diff) | |
| download | tanya-3e9ca359da0c2fd1987399e59f282374f069872e.tar.gz | |
math: Add floating point support to abs
Diffstat (limited to 'dub.json')
| -rw-r--r-- | dub.json | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -18,7 +18,9 @@ { "name": "native", "targetType": "library", - "platforms": ["linux-x86_64"] + "platforms": ["linux-x86_64"], + "preBuildCommands": ["ninja -C arch"], + "lflags": ["arch/tanya.a"] } ] } |
