Fixed the name of the Windows DLL in meson.build.

This commit is contained in:
Pietro Gagliardi 2019-03-25 10:29:18 -04:00
parent 3457082b1b
commit c449ab7da9
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ libui_libui = library('ui', libui_sources,
dependencies: libui_deps, dependencies: libui_deps,
build_rpath: libui_rpath, build_rpath: libui_rpath,
install_rpath: libui_rpath, install_rpath: libui_rpath,
name_prefix: 'lib', # always call it libui, even in Windows DLLs
install: true, install: true,
gnu_symbol_visibility: 'hidden', gnu_symbol_visibility: 'hidden',
c_args: ['-Dlibui_EXPORTS'], c_args: ['-Dlibui_EXPORTS'],