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
It's common for us to build a "config pack" involving a config file and various auxiliary files like type configurations and headers. Part of this working is allowing relative paths from the config file to these auxiliary files.
This does not work as expected when symlinking. For example:
It's common for us to build a "config pack" involving a config file and various auxiliary files like type configurations and headers. Part of this working is allowing relative paths from the config file to these auxiliary files.
This does not work as expected when symlinking. For example:
Fails to locate the headers and type configurations in the file.
We can use the C++ APIs to resolve the symlink and create the relative paths accordingly. This should be a simple change.
The text was updated successfully, but these errors were encountered: