Sign in
qemu
/
meson
/
9afe62232c64a7151d210900367674bb090cb3b3
/
.
/
test cases
/
common
/
145 recursive linking
/
ststdep
/
meson.build
blob: 3602442aab927d9263a12ad8253661ca138458d3 [
file
] [
log
] [
blame
]
ststdep
=
static_library
(
'ststdep'
,
'lib.c'
,
link_with
:
stnodep
,
c_args
:
'-DMESON_STATIC_BUILD'
)