mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
9 lines
199 B
Meson
9 lines
199 B
Meson
libcryptsetup_token_sym_path = join_paths(meson.current_source_dir(), 'libcryptsetup-token.sym')
|
|
|
|
token_link_args = [
|
|
'-Wl,--version-script=' +
|
|
libcryptsetup_token_sym_path,
|
|
]
|
|
|
|
subdir('ssh')
|