lib/curl/meson.build: add missing internal dependency on libevent.a
This commit is contained in:
parent
a0a39ae828
commit
f55e0df614
@ -24,6 +24,7 @@ curl = static_library(
|
||||
'Form.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
event_dep,
|
||||
log_dep,
|
||||
curl_dep,
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user