Skip to content

Commit 16a78e9

Browse files
committed
apply GEM_EXTERNAL_flags
1 parent 46d6569 commit 16a78e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gem.pc.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ includedir=@includedir@
1010
Name: Gem
1111
Description: Gem plugins and externals
1212
Version: @PACKAGE_VERSION@
13-
Cflags: -I${includedir}/Gem
14-
Libs:
13+
Cflags: -I${includedir}/@PACKAGE@ @GEM_EXTERNAL_CPPFLAGS@ @GEM_EXTERNAL_CFLAGS@
14+
Libs: -L${libdir}/@PACKAGE@ @GEM_EXTERNAL_LIBS@

0 commit comments

Comments
 (0)