native-build-tools icon indicating copy to clipboard operation
native-build-tools copied to clipboard

Fix relativlization bug

Open melix opened this issue 2 months ago • 0 comments

If the temporary directory and the working directory are not on the same drive, relativization will fail. This commit uses an absolute path in case relativization is not possible.

Fixes #777

melix avatar Oct 28 '25 14:10 melix