projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
442cb5d
)
Fix FreeBSD detection in meson.build
author
Nikolaus Rath
<Nikolaus@rath.org>
Thu, 3 Aug 2017 15:12:25 +0000
(17:12 +0200)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Thu, 3 Aug 2017 15:21:06 +0000
(17:21 +0200)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index ef826fbb45d852223f945858e65882a7f15044f0..9f39f1dfa9ef89fa01253534c245f3a5f0894bb6 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-93,8
+93,8
@@
thread_dep = dependency('threads')
# Read build files from sub-directories
#
subdirs = [ 'lib', 'include', 'example', 'doc', 'test' ]
-if
not host_machine.system().startswith('freebsd')
-subdirs += 'util'
+if
platform != 'bsd'
+
subdirs += 'util'
endif
foreach n : subdirs
subdir(n)