diff options
author | midipix <writeonce@midipix.org> | 2021-06-11 15:18:42 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-12 10:45:05 +0000 |
commit | e50c3b9e930110c284851b4c26a2af4187b2b72f (patch) | |
tree | 06efcf4d60fb1db0380c73a643b7f73f51b87f42 /sofort/config | |
parent | 5f5ee7b159e9d041c59c70d58e7f7ec7627fa1cd (diff) | |
download | ntcon-e50c3b9e930110c284851b4c26a2af4187b2b72f.tar.bz2 ntcon-e50c3b9e930110c284851b4c26a2af4187b2b72f.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 |