Sign in
qemu
/
meson
/
848ee45bb2c9ff81269e9232384f351855785ecb
/
.
/
test cases
/
common
/
3 static
/
meson.build
blob: e539956497e9c93d8d6b7d5715611927f05d929f [
file
] [
log
] [
blame
]
project
(
'static library test'
,
'c'
)
lib
=
static_library
(
'mylib'
,
get_option
(
'source'
),
link_args
:
'-THISMUSTNOBEUSED'
)
# Static linker needs to ignore all link args.