meson: fix potentially undefined shm_deps variable
This commit is contained in:
parent
f33b2fcf4c
commit
6e3f493a96
@ -7,6 +7,7 @@ shm_sources = [
|
||||
]
|
||||
|
||||
shm_enabled = false
|
||||
shm_deps = []
|
||||
rt_dep = cc.find_library ('rt', required: false)
|
||||
|
||||
if cc.has_header ('sys/socket.h') and (host_system == 'osx' or
|
||||
|
Loading…
x
Reference in New Issue
Block a user