diff --git a/examples/meson.build b/examples/meson.build index ae0013eb..2cf35e98 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -4,7 +4,7 @@ example_sources = [ ] # add iguana libraries to rpath -example_rpaths [ +example_rpaths = [ hipo_dep.get_variable(pkgconfig: 'libdir'), ] if host_machine.system() != 'darwin'