Make it work on DragonFly/FreeBSD

Tested on DragonFly BSD. Should work similarily on FreeBSD.
This commit is contained in:
Michael Neumann 2015-08-29 22:54:17 +02:00
parent b8b1b80631
commit b707959c2c
12 changed files with 30 additions and 11 deletions

View file

@ -1,4 +1,4 @@
#![cfg(target_os = "linux")]
#![cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd"))]
use Api;
use BuilderAttribs;