blob: 772b181f00a570db974601dee2a6d625b9d6136e (
plain)
1
2
3
4
5
6
|
# Try to invoke linker constant string deduplication,
# to ensure we are not clobbering shared strings.
# Name everything possible just as "foo".
foolib = shared_library('foo', 'foo.c',
install_dir : 'foo',
install : true)
|