diff options
| author | Ray <[email protected]> | 2018-02-12 11:27:26 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-02-12 11:27:26 +0100 |
| commit | dd8f0765b833bff2fbcc523e2d0a20d4fd28b5f3 (patch) | |
| tree | 298dc5f3d8890bdb478c73c3737c751486b6ec5b /raylib.pc.in | |
| parent | b908a4078a2f318e6bc9cbdcb7045d1ccab0c6a4 (diff) | |
| parent | 8af5f9dfe0e23d918bb88a5fca9e5671c9100f3a (diff) | |
| download | raylib-dd8f0765b833bff2fbcc523e2d0a20d4fd28b5f3.tar.gz raylib-dd8f0765b833bff2fbcc523e2d0a20d4fd28b5f3.zip | |
Merge pull request #465 from raysan5/develop
Integrate develop branch into master
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 93984363..d71a5e2c 100644 --- a/raylib.pc.in +++ b/raylib.pc.in @@ -8,6 +8,6 @@ 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.private:@PKG_CONFIG_LIBS_PRIVATE@ +Libs.private: @PKG_CONFIG_LIBS_PRIVATE@ Requires.private: Cflags: -I${includedir} |
