meson.build 174 B

1234
  1. # On Windows a static lib is now libfoo.a, so it does not conflict with foo.lib
  2. # from the shared library above
  3. stlib = static_library('name', '../lib.c', c_args : '-DSTAT')