Fix build error on DragonFlyBSD (sync with other *BSD) (#240)
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Wed, 28 Mar 2018 19:32:59 +0000 (04:32 +0900)
committerNikolaus Rath <Nikolaus@rath.org>
Wed, 28 Mar 2018 19:32:59 +0000 (20:32 +0100)
commit72ab7172b8de822215cea644b148df5eacb8aa0a
tree04051d535d459419e50b6d01959173504c95b4fb
parent03515bbb3092da9b3c2c6a267de90f9f0dcbdb29
Fix build error on DragonFlyBSD (sync with other *BSD) (#240)

DragonFlyBSD has no "bsd" in uname, so add 'dragonfly' to conditionals.

-- e.g. uname(1) in DragonFlyBSD
[root@ ~]# uname
DragonFly
[root@ ~]# python -c "import sys; print(sys.platform)"
dragonfly5
doc/meson.build
example/meson.build
meson.build
test/util.py