diff options
Diffstat (limited to 'meson/test cases/common/137 whole archive/sh_only_link_whole/meson.build')
-rw-r--r-- | meson/test cases/common/137 whole archive/sh_only_link_whole/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson/test cases/common/137 whole archive/sh_only_link_whole/meson.build b/meson/test cases/common/137 whole archive/sh_only_link_whole/meson.build new file mode 100644 index 000000000..64baabd5d --- /dev/null +++ b/meson/test cases/common/137 whole archive/sh_only_link_whole/meson.build @@ -0,0 +1 @@ +sh_only_link_whole = shared_library('sh_only_link_whole', link_whole : [st_func1, st_func2]) |