summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2025-07-03 18:08:09 +0100
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-07-13 00:44:55 +0300
commit9ca276442eaaa6cb0ef3b595f3c679aabad15a39 (patch)
treee6b439bfbe1827c4e87dcaa2792dd4a4cde5d974 /unittests
parentee368943e8c6e4c93f7640248c693c1a89d1b374 (diff)
downloadmeson-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')
0 files changed, 0 insertions, 0 deletions