mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-20 05:03:10 +00:00
Meson: build library with so version
This should always be the number of the raylib release. Especially when the new version is ABI incompatible the major version should be bumped.
This commit is contained in:
parent
9dd3c03153
commit
1a61dc2c77
@ -17,5 +17,6 @@ source_c = [
|
||||
raylib = library('raylib',
|
||||
source_c,
|
||||
dependencies : [ glfw_dep, gl_dep, openal_dep, m_dep, x11_dep],
|
||||
install : true)
|
||||
install : true,
|
||||
version : '1.7.0')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user