diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2020-02-18 15:22:35 +0000 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-02-18 16:23:15 +0100 |
| commit | b49c5b783b03b1fd3b2469385f3499611a7ddeeb (patch) | |
| tree | 75cd4af5fed3c6c99d12a0553a8f324e0956e45a | |
| parent | 1dbad5e232ae2d59a5cf44ca101fa33b062c3780 (diff) | |
| download | PROJ-b49c5b783b03b1fd3b2469385f3499611a7ddeeb.tar.gz PROJ-b49c5b783b03b1fd3b2469385f3499611a7ddeeb.zip | |
Fix static linking (due to typo in pc)
| -rw-r--r-- | proj.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,5 +9,5 @@ Description: Cartographic Projections Library. Requires: Version: @VERSION@ Libs: -L${libdir} -lproj -Libs.Private: @SQLITE3_LIBS@ -lstdc++ +Libs.private: @SQLITE3_LIBS@ -lstdc++ Cflags: -I${includedir} |
