diff options
author | midipix <writeonce@midipix.org> | 2020-08-16 17:00:44 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-08-16 18:04:07 +0000 |
commit | 0b16c39c19bb3d8f21c7715f606b47529b5ed462 (patch) | |
tree | 1c91888cd9bc9328e78ca97ebb0855796d5f9517 /sofort/config | |
parent | ab3492f2e91641c66804990cc3c79760a3a078bc (diff) | |
download | tpax-0b16c39c19bb3d8f21c7715f606b47529b5ed462.tar.bz2 tpax-0b16c39c19bb3d8f21c7715f606b47529b5ed462.tar.xz |
build system: shared library logic: support dso-implemented-as-archive targets.
Diffstat (limited to 'sofort/config')
-rw-r--r-- | sofort/config/config.vars | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sofort/config/config.vars b/sofort/config/config.vars index 524b746..6f7fbbc 100644 --- a/sofort/config/config.vars +++ b/sofort/config/config.vars @@ -131,3 +131,6 @@ disable_static use_custom_cfgdefs use_custom_usrdefs + +shared_lib_cmd +shared_lib_ldflags |