diff options
author | midipix <writeonce@midipix.org> | 2021-06-11 15:18:42 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-12 10:45:04 +0000 |
commit | 7b7ac45389a0a600a2b8971ce39b49cb72d45602 (patch) | |
tree | 8b6a876d84c38301411e08442202ee28fd414c2e /sofort/config | |
parent | bf36c9dd7c52c82c8c64a8929c448c5427eee741 (diff) | |
download | mdso-7b7ac45389a0a600a2b8971ce39b49cb72d45602.tar.bz2 mdso-7b7ac45389a0a600a2b8971ce39b49cb72d45602.tar.xz |
build system: configure, ccenv: added --pkgconf[if] support and integration.
Diffstat (limited to 'sofort/config')
-rw-r--r-- | sofort/config/config.vars | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sofort/config/config.vars b/sofort/config/config.vars index d8a5b2b..0c01a29 100644 --- a/sofort/config/config.vars +++ b/sofort/config/config.vars @@ -56,6 +56,9 @@ freestanding cross_compile shell +pkgconf +pkgconfig + prefix exec_prefix bindir @@ -126,6 +129,9 @@ native_cfghost native_cflags native_ldflags +native_pkgconf +native_pkgconfig + native_pe_subsystem native_pe_image_base |