summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
authorNathan Sashihara <21227491+n8sh@users.noreply.github.com>2018-02-19 09:21:53 -0500
committerNathan Sashihara <21227491+n8sh@users.noreply@github.com>2018-02-21 03:18:52 -0500
commit9876d9245c76056e190a12c9ed471f047e57a37e (patch)
treee1cfe951a8384cfbc7186334c7ad45deeacaae60 /dub.json
parentbd2b88f16ece2b0631175bc1f91afae56ba5b3ed (diff)
downloadtanya-9876d9245c76056e190a12c9ed471f047e57a37e.tar.gz
Implement PlatformEntropySource for macOS, Microsoft Windows, NetBSD, OpenBSD, Solaris
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/dub.json b/dub.json
index d3cdf03..f60f05b 100644
--- a/dub.json
+++ b/dub.json
@@ -28,5 +28,6 @@
"lflags": ["arch/tanya.a"],
"versions": ["TanyaNative"]
}
- ]
+ ],
+ "libs-windows": ["advapi32"]
}