diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2017-02-03 18:57:57 +0530 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-02-06 19:10:03 +0100 |
commit | 97911c4384238b1f77220b62e245d33f51f7b17a (patch) | |
tree | f7ed87ab83cedea60f05435809844a062f204ed5 /mesonbuild/interpreter.py | |
parent | 14e0529a037eb8f3d809822c811d2c034d8f0788 (diff) | |
download | meson-97911c4384238b1f77220b62e245d33f51f7b17a.zip meson-97911c4384238b1f77220b62e245d33f51f7b17a.tar.gz meson-97911c4384238b1f77220b62e245d33f51f7b17a.tar.bz2 |
Fix absolute prefix/xxxdir subdir check on Windows
os.path.commonpath (and our implementation of it) both always return the
path using the native operating system path separator, so we can't just
directly compare it since the prefix could be specified in '/', and
commonpath would use '\' on Windows.
Also add a unit test for this.
Diffstat (limited to 'mesonbuild/interpreter.py')
0 files changed, 0 insertions, 0 deletions