Skip to content

Commit

Permalink
Fix[build]: remove soversion
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell authored Sep 17, 2023
1 parent 85e0b4f commit fa7f70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gallium/targets/osmesa/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ libosmesa = shared_library(
dep_ws2_32, dep_selinux, dep_thread, dep_clock, dep_unwind, driver_swrast, driver_zink
],
name_prefix : host_machine.system() == 'windows' ? '' : 'lib', # otherwise mingw will create libosmesa.dll
soversion : host_machine.system() == 'windows' ? '' : '8',
soversion : '',
version : '8.0.0',
darwin_versions : '9.0.0',
install : true,
Expand Down

0 comments on commit fa7f70d

Please sign in to comment.