diff options
author | midipix <writeonce@midipix.org> | 2020-08-16 17:00:44 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-08-16 18:04:02 +0000 |
commit | 18acfcdfc4f87f026f258dddf1fc070e9ba6198c (patch) | |
tree | 67cb1798e5e87da6ea84afc1a6d2ce15db0b6ba6 /sofort/config | |
parent | 95c7974228823daca096f0ebc2dc1c44a11e05cf (diff) | |
download | pemagine-18acfcdfc4f87f026f258dddf1fc070e9ba6198c.tar.bz2 pemagine-18acfcdfc4f87f026f258dddf1fc070e9ba6198c.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 |