Skip to content
Snippets Groups Projects

Add wraps for all dependencies

Merged Nicolas Werner requested to merge wraps into master
@@ -10,10 +10,10 @@ p = mod.add_project('configure',
],
)
libevent_core_dep = p.dependency('libevent_core')
libevent_core_dep = p.dependency('event_core')
if target_machine.system() == 'windows'
libevent_windows_dep = p.dependency('libevent_pthreads')
libevent_windows_dep = p.dependency('event_pthreads')
else
libevent_pthreads_dep = p.dependency('libevent_pthreads')
libevent_pthreads_dep = p.dependency('event_pthreads')
endif
Loading