Sign in
qemu
/
meson
/
refs/heads/trigger-ciimage-builder
/
.
/
test cases
/
common
/
79 same basename
/
staticsub
/
meson.build
blob: 5e5242e06d58357182786253570b3bc3da0a91ee [
file
] [
log
] [
blame
]
# 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'
)