diff options
author | midipix <writeonce@midipix.org> | 2021-06-11 15:18:42 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-11 15:21:18 +0000 |
commit | 4ac9d24605dc1192de5022c163dac329ce08f112 (patch) | |
tree | ce1a3bcd462d720c1b3dab393442a5107f1d14e4 /sofort/ccenv/ccenv.in | |
parent | dd82bf6e1a9b027cb9baed8bcc337cb767d10808 (diff) | |
download | slibtool-4ac9d24605dc1192de5022c163dac329ce08f112.tar.bz2 slibtool-4ac9d24605dc1192de5022c163dac329ce08f112.tar.xz |
build system: configure, ccenv: added --pkgconf[if] support and integration.
Diffstat (limited to 'sofort/ccenv/ccenv.in')
-rw-r--r-- | sofort/ccenv/ccenv.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sofort/ccenv/ccenv.in b/sofort/ccenv/ccenv.in index bfbb563..441f8ab 100644 --- a/sofort/ccenv/ccenv.in +++ b/sofort/ccenv/ccenv.in @@ -77,6 +77,8 @@ DLLTOOL = @ccenv_dlltool@ WINDMC = @ccenv_windmc@ WINDRC = @ccenv_windrc@ +PKGCONF = @ccenv_pkgconf@ + # @ccenv_cfgtype@ secondary tools # note: the direct use of $(@ccenv_makevar_prefix@LD) is highly discouraged AS = @ccenv_as@ |