Sign in
qemu
/
meson
/
refs/heads/simplestart
/
.
/
test cases
/
failing
/
38 libdir must be inside prefix
/
meson.build
blob: 4cce7f81c5539184e370f8d2e38f41d024e6ebbc [
file
] [
log
] [
blame
]
project
(
'libdir prefix'
,
'c'
,
default_options
:
[
'libdir=/opt/lib'
])
if
host_machine
.
system
()
==
'windows'
error
(
'MESON_SKIP_TEST: this test does not work on Windows since /foo is not absolute'
)
endif