meson.build 228 B

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