diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2022-01-13 08:14:24 -0600 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2022-03-30 09:17:25 +0000 |
commit | 8051d458c61a8b250c4be256b85b5d67e2b592ac (patch) | |
tree | 79ca5dfe22a0f7fbd9fc1b9d34f720b12b8249c2 /meson_options.txt | |
parent | bc2b5b69b7c016c055e7d25cbfc96b3004e64af2 (diff) | |
download | apk-tools-8051d458c61a8b250c4be256b85b5d67e2b592ac.tar.gz apk-tools-8051d458c61a8b250c4be256b85b5d67e2b592ac.tar.bz2 apk-tools-8051d458c61a8b250c4be256b85b5d67e2b592ac.tar.xz apk-tools-8051d458c61a8b250c4be256b85b5d67e2b592ac.zip |
meson: support definition of a custom abi tag
this is intended to allow for distributions to have alternate streams, such as
glibc-x86_64 or darwin-aarch64
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 0eaa4e5..95346a9 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,3 +4,4 @@ option('compressed-help', description: 'Compress help database, needs lua-zlib', option('lua', description: 'Build luaapk (lua bindings)', type: 'feature', value: 'auto') option('lua_version', description: 'Lua version to build against', type: 'string', value: '5.3') option('static_apk', description: 'Also build apk.static', type: 'boolean', value: false) +option('abi_tag', description: 'Define a custom ABI tag for default arch', type: 'string') |