فهرست منبع

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.
Michael Vetter 8 سال پیش
والد
کامیت
1a61dc2c77
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/meson.build

+ 2 - 1
src/meson.build

@@ -17,5 +17,6 @@ source_c = [
 raylib = library('raylib',
 raylib = library('raylib',
                   source_c,
                   source_c,
                   dependencies : [ glfw_dep, gl_dep, openal_dep, m_dep, x11_dep],
                   dependencies : [ glfw_dep, gl_dep, openal_dep, m_dep, x11_dep],
-                  install : true)
+                  install : true,
+                  version : '1.7.0')