native-build-tools
native-build-tools copied to clipboard
Fix relativlization bug
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