Fix meson trying to "install" libevent

This commit is contained in:
DankParrot 2020-07-24 23:06:25 -07:00
parent 987cc5fc7d
commit a367c72cbb
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ libevent_vars.add_cmake_defines({
'EVENT__LIBRARY_TYPE' : 'STATIC',
})
libevent_vars.set_install(false)
libevent_proj = cmake.subproject('libevent', options : libevent_vars)
libevent_dep = libevent_proj.dependency('event_static')