diff options
author | Volker Weißmann <volker.weissmann@gmx.de> | 2023-08-06 17:45:47 +0200 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2025-07-18 10:08:26 -0700 |
commit | 747afbb2459365be2ca3fd4bd2cb1e870b1accb3 (patch) | |
tree | d675439b92ac1dc07c56bbea79caeac719739f0a /mesonbuild/compilers/java.py | |
parent | ff963e657cf1151cf002efc123563cb40dabab11 (diff) | |
download | meson-747afbb2459365be2ca3fd4bd2cb1e870b1accb3.zip meson-747afbb2459365be2ca3fd4bd2cb1e870b1accb3.tar.gz meson-747afbb2459365be2ca3fd4bd2cb1e870b1accb3.tar.bz2 |
Use os.path.normpath to make paths prettier
`meson.py introspect build --targets` should show
`/path/to/project/hello.c` instead of
`/path/to/project/subdir/../hello.c` if
/path/to/project/meson.build contains subdir('subdir') and
/path/to/project/subdir/meson.build contains
executable('hello', '../hello.c').
Diffstat (limited to 'mesonbuild/compilers/java.py')
0 files changed, 0 insertions, 0 deletions