diff options
author | midipix <writeonce@midipix.org> | 2021-04-09 13:31:49 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-10 20:54:54 +0000 |
commit | a59b8ac1cf10f98d343331ae669862cb20e746af (patch) | |
tree | 34a74d1c7c6d30c967316a8b3d28c15fc929bc99 /sofort/config | |
parent | 1aa4655f3b8b4246b9b202a520b0d520b1f13410 (diff) | |
download | sbpython3-a59b8ac1cf10f98d343331ae669862cb20e746af.tar.bz2 sbpython3-a59b8ac1cf10f98d343331ae669862cb20e746af.tar.xz |
build system: posix make support: refactored build-flavor dependency schemes.
Diffstat (limited to 'sofort/config')
-rw-r--r-- | sofort/config/opt.vars | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sofort/config/opt.vars b/sofort/config/opt.vars index c2ff58d..e71ea56 100644 --- a/sofort/config/opt.vars +++ b/sofort/config/opt.vars @@ -1 +1,9 @@ version_opt + +shared_library_opt +static_library_opt + +app_frontend_opt +app_linking_opt + +install_headers_opt |