You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We pass the install prefix as a compile time definition for the tag files, making relocation less easy (via the XCPP_TAGFILES_DIR compile time definition).
We should rather use xtl::prefix_path at runtime to prevent the need for binary relocation.