mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Use SOVERSION for shared libraries on Unix-like systems.
This commit is contained in:
+1
-1
@@ -8,6 +8,6 @@ Description: A portable library for OpenGL, window and input
|
||||
Version: @GLFW_VERSION_FULL@
|
||||
URL: http://www.glfw.org/
|
||||
Requires.private: @GLFW_PKG_DEPS@
|
||||
Libs: -L${libdir} -lglfw3
|
||||
Libs: -L${libdir} -l@GLFW_LIB_NAME@
|
||||
Libs.private: @GLFW_PKG_LIBS@
|
||||
Cflags: -I${includedir}
|
||||
|
||||
Reference in New Issue
Block a user