Fixed glfw3.pc not using LIB_SUFFIX.

This commit is contained in:
Camilla Berglund
2013-10-12 20:22:48 +02:00
parent a5df39e14f
commit 0041699048
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=${prefix}/include
libdir=${exec_prefix}/lib
libdir=${exec_prefix}/lib@LIB_SUFFIX@
Name: GLFW
Description: A portable library for OpenGL, window and input