We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d6569 commit 16a78e9Copy full SHA for 16a78e9
Gem.pc.in
@@ -10,5 +10,5 @@ includedir=@includedir@
10
Name: Gem
11
Description: Gem plugins and externals
12
Version: @PACKAGE_VERSION@
13
-Cflags: -I${includedir}/Gem
14
-Libs:
+Cflags: -I${includedir}/@PACKAGE@ @GEM_EXTERNAL_CPPFLAGS@ @GEM_EXTERNAL_CFLAGS@
+Libs: -L${libdir}/@PACKAGE@ @GEM_EXTERNAL_LIBS@
0 commit comments