build: fix meson file
This commit is contained in:
parent
d32ddd2970
commit
ee39ab01ac
@ -1,12 +1,12 @@
|
|||||||
project(
|
project(
|
||||||
'uvw',
|
'uvw',
|
||||||
'cpp',
|
'cpp',
|
||||||
version: '3.3.0',
|
version: '3.4.0',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
default_options: ['cpp_std=c++17'],
|
default_options: ['cpp_std=c++17'],
|
||||||
)
|
)
|
||||||
|
|
||||||
libuv_dep = dependency('libuv', version: '1.46.0')
|
libuv_dep = dependency('libuv', version: '1.48.0')
|
||||||
|
|
||||||
sources = [
|
sources = [
|
||||||
'src/uvw/async.cpp',
|
'src/uvw/async.cpp',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user