diff options
author | midipix <writeonce@midipix.org> | 2021-06-11 15:18:42 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-12 10:45:06 +0000 |
commit | a1f8d42f9f433a06cdb0f73bebd7087734260fe5 (patch) | |
tree | b69ea86915aaca76cc661d432fa99d2fddc8ba7d /sofort/config | |
parent | 9fb5ee7b0cee4ce7c3927411b76d70298f67e668 (diff) | |
download | pemagine-a1f8d42f9f433a06cdb0f73bebd7087734260fe5.tar.bz2 pemagine-a1f8d42f9f433a06cdb0f73bebd7087734260fe5.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 |