Skip to content

Commit

Permalink
oop
Browse files Browse the repository at this point in the history
done everything in 3 commits!
  • Loading branch information
SolDev69 committed Dec 8, 2023
1 parent fad31c0 commit a9d8fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gallium/targets/osmesa/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ libosmesa = shared_library(
dep_ws2_32, dep_selinux, dep_thread, dep_clock, dep_unwind, driver_freedreno, dep_libdrm, driver_zink
],
name_prefix : host_machine.system() == 'windows' ? '' : [], # otherwise mingw will create libosmesa.dll
soversion : host_machine.system() == 'windows' ? '' : '8',
version : '',
soversion : '',
version : '8.0.0',
darwin_versions : '9.0.0',
install : true,
)
Expand Down

0 comments on commit a9d8fe6

Please sign in to comment.