Skip to content
Snippets Groups Projects
Commit bed2fd36 authored by Yonggang Luo's avatar Yonggang Luo Committed by Dylan Baker
Browse files

clover: empty soversion when on win32

Closes: mesa/mesa#7675


Cc: mesa-stable

Signed-off-by: default avatarYonggang Luo <luoyonggang@gmail.com>
Reviewed-by: default avatarProdea Alexandru-Liviu <liviuprodea@yahoo.com>
Part-of: <mesa/mesa!19653>
(cherry picked from commit 14eef141)
parent aea45677
No related branches found
No related tags found
Loading
......@@ -328,7 +328,7 @@
"description": "clover: empty soversion when on win32",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null
},
......@@ -100,6 +100,7 @@ libopencl = shared_library(
dep_clock, dep_dl, dep_unwind, dep_elf, dep_clang, dep_version
],
version : '@0@.0.0'.format(opencl_version),
soversion : host_machine.system() == 'windows' ? '' : opencl_version,
install : true,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment