summaryrefslogtreecommitdiffstats
path: root/test cases/common/79 same basename/staticsub/meson.build
blob: 5e5242e06d58357182786253570b3bc3da0a91ee (plain)
1
2
3
# On Windows a static lib is now libfoo.a, so it does not conflict with foo.lib
# from the shared library above
stlib = static_library('name', '../lib.c', c_args : '-DSTAT')