diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 9d3ef4aa20..7d33c9f1d4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -67,6 +67,9 @@ option('extra_version', type : 'string', value: '', option('darwin_sysroot', type : 'string', value: '', description: 'select a non-default sysroot path') +option('rpath', type : 'boolean', value: true, + description: 'whether to embed shared library search path in executables') + # External dependencies |