Fixed the name of the Windows DLL in meson.build.
This commit is contained in:
parent
3457082b1b
commit
c449ab7da9
|
@ -152,6 +152,7 @@ libui_libui = library('ui', libui_sources,
|
|||
dependencies: libui_deps,
|
||||
build_rpath: libui_rpath,
|
||||
install_rpath: libui_rpath,
|
||||
name_prefix: 'lib', # always call it libui, even in Windows DLLs
|
||||
install: true,
|
||||
gnu_symbol_visibility: 'hidden',
|
||||
c_args: ['-Dlibui_EXPORTS'],
|
||||
|
|
Loading…
Reference in New Issue