Skip to content

Commit ec985ed

Browse files
committed
Add orcc to pkg-config files
1 parent 7c802a8 commit ec985ed

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

orc-uninstalled.pc.in

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ Description: Library of Optimized Inner Loops Runtime Compiler
88
Version: @VERSION@
99
Libs: -L${libdir} -lorc-@ORC_MAJORMINOR@ @LIBM@ @LIBRT@
1010
Cflags: -I${includedir}
11+
12+
orcc=${pcfiledir}/tools/orcc@EXEEXT@

orc.pc.in

+1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ Version: @VERSION@
1111
Libs: -L${libdir} -lorc-@ORC_MAJORMINOR@ @LIBM@ @LIBRT@
1212
Cflags: -I${includedir}
1313

14+
orcc=${toolsdir}/orcc@EXEEXT@
1415

0 commit comments

Comments
 (0)