Win32: Add library name suffix to pkg-config file

Closes #2386
This commit is contained in:
moritz-h
2023-11-15 16:37:46 +01:00
committed by GitHub
parent 3eaf1255b2
commit 93a3ba8080
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,6 @@ Description: A multi-platform library for OpenGL, window and input
Version: @GLFW_VERSION@
URL: https://www.glfw.org/
Requires.private: @GLFW_PKG_CONFIG_REQUIRES_PRIVATE@
Libs: -L${libdir} -l@GLFW_LIB_NAME@
Libs: -L${libdir} -l@GLFW_LIB_NAME@@GLFW_LIB_NAME_SUFFIX@
Libs.private: @GLFW_PKG_CONFIG_LIBS_PRIVATE@
Cflags: -I${includedir}