From 7385e1e711ab3c9fae4efe7c16008e9a9938ed34 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Mon, 8 Jan 2024 11:45:03 -0500 Subject: [PATCH] fix: missing `=` --- examples/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'