Skip to content

Commit

Permalink
Disable using libevent on Win64. Fixes #832.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Apr 22, 2016
1 parent 9fc4cdc commit fb61620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"configurations": [
{
"name": "libevent",
"platforms": ["windows-x86-dmd", "posix"],
"dependencies": {"libevent": "~>2.0.1+2.0.16"},
"versions": ["VibeLibeventDriver"],
"sourceFiles-windows-x86": ["lib/win-i386/event2.lib"],
Expand Down

0 comments on commit fb61620

Please sign in to comment.