summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
authorNathan Sashihara <21227491+n8sh@users.noreply.github.com>2018-02-19 07:32:49 -0500
committerNathan Sashihara <21227491+n8sh@users.noreply.github.com>2018-02-21 04:49:48 -0500
commit7ee4af9e79f294033eaa51a2a272606e1630ffcc (patch)
tree022ce4c878192cb673e10a96b0b58ffaa779b903 /dub.json
parentbd2b88f16ece2b0631175bc1f91afae56ba5b3ed (diff)
downloadtanya-7ee4af9e79f294033eaa51a2a272606e1630ffcc.tar.gz
Use correct getrandom linux syscall on non-x86_64
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/dub.json b/dub.json
index d3cdf03..70cb5b4 100644
--- a/dub.json
+++ b/dub.json
@@ -9,6 +9,10 @@
"targetType": "library",
+ "dependencies-linux": {
+ "mir-linux-kernel": "~>1.0.0",
+ },
+
"configurations": [
{
"name": "library",