summaryrefslogtreecommitdiffhomepage
path: root/src/external/glfw/CMake/glfw3.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/external/glfw/CMake/glfw3.pc.in')
-rw-r--r--src/external/glfw/CMake/glfw3.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/external/glfw/CMake/glfw3.pc.in b/src/external/glfw/CMake/glfw3.pc.in
index 37f4efd9..36ee218e 100644
--- a/src/external/glfw/CMake/glfw3.pc.in
+++ b/src/external/glfw/CMake/glfw3.pc.in
@@ -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}