diff options
author | midipix <writeonce@midipix.org> | 2021-06-11 15:18:42 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-12 10:45:12 +0000 |
commit | fde95484096b2e7c63f5ec499a0ab967dce6d54e (patch) | |
tree | 172f2cdda1201f99c2bd5313c6635aa6c9b43886 /sofort/config | |
parent | 2afd2bb34d58392cbe3baab79a06401d31328aed (diff) | |
download | w32lib-fde95484096b2e7c63f5ec499a0ab967dce6d54e.tar.bz2 w32lib-fde95484096b2e7c63f5ec499a0ab967dce6d54e.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 |