On 9 December 2017 at 20:44, Reuben Thomas <[email protected]> wrote: > I have a relocatable library that depends on files in pkgdatadir. >
So, the shared library calls relocate. relocate tries to compute curr_prefix_better, using get_shared_library_fullname. This will have a prefix of libdir (or bindir on Win32). This is why I am setting INSTALLDIR to libdir (but need bindir on Win32). -- https://rrt.sc3d.org
