From c449ab7da93358f6a7d16968fc7eba091f2b9667 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 25 Mar 2019 10:29:18 -0400 Subject: [PATCH] Fixed the name of the Windows DLL in meson.build. --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 2ad41a3f..37264253 100644 --- a/meson.build +++ b/meson.build @@ -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'],