diff options
Diffstat (limited to 'raylib.pc.in')
| -rw-r--r-- | raylib.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raylib.pc.in b/raylib.pc.in index f72b3dce..c6d54389 100644 --- a/raylib.pc.in +++ b/raylib.pc.in @@ -7,7 +7,7 @@ Name: raylib Description: Simple and easy-to-use library to learn videogames programming URL: http://github.com/raysan5/raylib Version: @PROJECT_VERSION@ -Libs: -L${libdir} -lraylib +Libs: -L${libdir} -lraylib @PKG_CONFIG_LIBS_EXTRA@ Libs.private: @PKG_CONFIG_LIBS_PRIVATE@ Requires.private: @GLFW_PKG_DEPS@ Cflags: -I${includedir} |
