diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-04-21 16:00:46 +0530 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-04-21 16:59:33 +0300 |
commit | a015804049bd7131e42cdfd6f97cca8024b65634 (patch) | |
tree | 79e685c1c0bbd296439c0b2d2cec27394d7c300a /mesonbuild/modules/python.py | |
parent | 8dd6b8c7eda1197d5ccf8d604c70ff183c84e634 (diff) | |
download | meson-a015804049bd7131e42cdfd6f97cca8024b65634.zip meson-a015804049bd7131e42cdfd6f97cca8024b65634.tar.gz meson-a015804049bd7131e42cdfd6f97cca8024b65634.tar.bz2 |
ninja backend: Fix shared library symbols path
The entire subdirectory was getting duplicated, which was exceeding the
max path limit in Python on Windows and causing build failures.
Example:
subprojects/gst-plugins-bad/gst-libs/gst/uridownloader/subprojects@gst-plugins-bad@gst-libs@gst@uridownloader@@gsturidownloader-1.0@sha/subprojects/gst-plugins-bad/gst-libs/gst/uridownloader/gsturidownloader-1.0-0.dll.symbols
This path is too long and opening it will cause a FileNotFoundError on
Windows.
Diffstat (limited to 'mesonbuild/modules/python.py')
0 files changed, 0 insertions, 0 deletions