Skip to content

Address ntpath bug with empty prefix

James Harris requested to merge jimmyharris1/waf:bug-2225-fix into master

This patch addresses the bug described in issue #2225 where in using posix paths and an empty PREFIX value can result in files being installed to the root of the drive specified by destdir instead of to the desired prefix value. This is a bug in the assumption that user specified paths that are strings will contain directory separators that match the target operating system.

Merge request reports