diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2018-11-30 17:35:08 +0000 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2018-12-09 20:40:31 +0000 |
commit | 468c4411e14cdce2a9ae92878393b0906f3efe92 (patch) | |
tree | 9689cf6aad545720bcff61e8d518651b502b8aa3 /mesonbuild/modules/gnome.py | |
parent | aff5b3f416b06ef90511fb1149ffc3c99c533d44 (diff) | |
download | meson-468c4411e14cdce2a9ae92878393b0906f3efe92.zip meson-468c4411e14cdce2a9ae92878393b0906f3efe92.tar.gz meson-468c4411e14cdce2a9ae92878393b0906f3efe92.tar.bz2 |
Skip test_config_tool_dep on MSYS2
llvm-config --libfiles --link-shared wants to link to a bunch of shared
libraries which don't exist, so we end up at dev.py:308, but the guess
that makes ('libLLVM*.dll') doesn't take into account the existence of
implibs (which is fixable), but even if it did 'libLLVM-7.0.dll.a'
doesn't seem to exist... so not sure how to fix this...)
Also some steps towards making that work:
Adjust helper_create_binary_wrapper for MSYS2. The .bat wrapper should
run msys2 python, not try to invoke the 'py' python launcher (which may
not be present)
Suppress echoing of the command in helper_create_binary_wrapper
(otherwise the echoed command can interfere in interpreting the output
of the wrapped command, which seems to be the case when it's
llvm-config)
Diffstat (limited to 'mesonbuild/modules/gnome.py')
0 files changed, 0 insertions, 0 deletions