diff options
author | midipix <writeonce@midipix.org> | 2020-08-16 17:00:44 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-08-16 18:04:08 +0000 |
commit | 497793b07efd3f551fd2d1f146bfb602fc81eb5b (patch) | |
tree | 4874d2ed4461408fc8238a0137714d03b0685d80 /sofort/config | |
parent | 7b4c880b2ee4ddef9c07d587fc4f51d6cc788fb3 (diff) | |
download | u16ports-497793b07efd3f551fd2d1f146bfb602fc81eb5b.tar.bz2 u16ports-497793b07efd3f551fd2d1f146bfb602fc81eb5b.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 |