Skip to content

Commit

Permalink
fix: missing =
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 8, 2024
1 parent c897765 commit 7385e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7385e1e

Please sign in to comment.