blob: 4cce7f81c5539184e370f8d2e38f41d024e6ebbc (
plain)
1
2
3
4
5
6
|
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
|