Fix libdesmume name in meson build

This commit is contained in:
Parakoopa 2021-03-05 13:05:31 +01:00
parent 1455b830c5
commit 37ed174621
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
project('libdesmume',
project('desmume',
['c', 'cpp'],
version: '2.7.10',
meson_version: '>=0.45',
@ -222,7 +222,7 @@ rval = simd.check('colorspacehandler',
)
colorspacehandler_simd = rval[0]
library('libdesmume',
library('desmume',
libdesmume_src,
dependencies: dependencies,
include_directories: includes,