diff options
| author | Nirbheek Chauhan <nirbheek@centricular.com> | 2025-07-03 18:08:09 +0100 |
|---|---|---|
| committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-07-13 00:44:55 +0300 |
| commit | 9ca276442eaaa6cb0ef3b595f3c679aabad15a39 (patch) | |
| tree | e6b439bfbe1827c4e87dcaa2792dd4a4cde5d974 /unittests/allplatformstests.py | |
| parent | ee368943e8c6e4c93f7640248c693c1a89d1b374 (diff) | |
| download | meson-9ca276442eaaa6cb0ef3b595f3c679aabad15a39.tar.gz | |
qt dependency: Don't insert backslashes into cflags on windows
The use of os.path.join is inserting `\` into the compile_args, which
is wrong since qmake outputs `/` even on Windows, and in fact it
causes pkgconfig files that depend on qmake dependencies to have `\`
path separators, which get resolved as escape sequences.
Use Path.as_posix() to avoid this.
Diffstat (limited to 'unittests/allplatformstests.py')
0 files changed, 0 insertions, 0 deletions
