<p></p>
<p><b>@elextr</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/geany/geany/pull/2761#discussion_r604019378">meson.build</a>:</p>
<pre style='color:#555'>> +    'src/utils.h',
+    'src/vte.c',
+    'src/vte.h',
+    gen_src,
+    soversion: '0',
+    c_args: geany_cflags,
+    include_directories: [iscintilla],
+    dependencies: [dep_tagmanager, dep_ctags, dep_scintilla] + deps,
+    install: true)
+
+executable('geany', 'src/main.c',
+            link_with: libgeany,
+            c_args: geany_cflags,
+            dependencies: [dep_ctags] + deps,
+            build_rpath: meson.build_root(),
+            install_rpath: join_paths(prefix, 'lib'),
</pre>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/kugel-/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/kugel-">@kugel-</a> here is why rpath is set to <code>$PREFIX/lib</code> but I can't find how in meson docs to find where libraries are installed but clearly its different for different systems but this needs to be set to it (or the install set).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/2761#pullrequestreview-624154179">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ4LKQVSNZSF6JX3ZH3TGG2IHANCNFSM4ZDZAFLA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJYCOTXAQQH6IZ6JLOTTGG2IHA5CNFSM4ZDZAFLKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEUZ5MQY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/2761#pullrequestreview-624154179",
"url": "https://github.com/geany/geany/pull/2761#pullrequestreview-624154179",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>