diff options
Diffstat (limited to 'src/gallium/targets/graw-gdi/meson.build')
-rw-r--r-- | src/gallium/targets/graw-gdi/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/graw-gdi/meson.build b/src/gallium/targets/graw-gdi/meson.build index c3d3a0aac8e..563801cddd8 100644 --- a/src/gallium/targets/graw-gdi/meson.build +++ b/src/gallium/targets/graw-gdi/meson.build @@ -32,6 +32,7 @@ libgraw_gdi = shared_library( dependencies : [ dep_ws2_32, idep_mesautil, driver_swrast, ], + name_prefix : host_machine.system() == 'windows' ? '' : 'lib', # otherwise mingw will create libgraw.dll ) libgraw = libgraw_gdi |