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:
0daa3b5
)
Fix FreeBSD platform detection.
author
Nikolaus Rath
<Nikolaus@rath.org>
Tue, 8 Aug 2017 13:40:09 +0000
(15:40 +0200)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Tue, 8 Aug 2017 13:40:09 +0000
(15:40 +0200)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index ad3b496e7a2e28763285d7203fd6069ac208b540..cdb63c3bf52521465389f7f50178cd902ebfe5b0 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-93,7
+93,7
@@
thread_dep = dependency('threads')
# Read build files from sub-directories
#
subdirs = [ 'lib', 'include', 'example', 'doc', 'test' ]
-if
platform != 'bsd'
+if
not platform.endswith('bsd')
subdirs += 'util'
endif
foreach n : subdirs