aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/failing/38 libdir must be inside prefix/meson.build
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