fix(rpath): updated rpath inclusion for dynamic loading

This commit is contained in:
2026-06-10 15:09:21 -04:00
parent 957802f7bd
commit f9cf681c67
2 changed files with 2 additions and 3 deletions

View File

@@ -17,7 +17,6 @@ quill_dep = quill_sp.dependency('quill')
if get_option('default_library') != 'static'
message('Registering quill headers for installation...')
# Note: verify this path matches your source structure
quill_headers = meson.global_source_root() + '/subprojects/quill/include/quill'
install_subdir(quill_headers, install_dir: get_option('includedir'))
endif