Open denizzzka opened 4 years ago
Describe the bug Just tried to find D library and got error:
ERROR: Language D does not support library finding.
To Reproduce
some_lib = meson.get_compiler('d').find_library('some_lib')
system parameters
Is this a cross build or just a plain native build (for the same computer)? Cross build
what operating system (e.g. MacOS Catalina, Windows 10, CentOS 8.0, Ubuntu 18.04, etc.) Debian
what Python version are you using e.g. 3.8.0 Python 3.7.3
what meson --version 0.53.1
meson --version
what ninja --version if it's a Ninja build 1.10.0
ninja --version
What library are you trying to find?
phobos
More detail: I want to use phobos as usual user library to build cross-platform binaries. Currently it is installed at /usr/lib/ldc/x86_64-linux-gnu/include/d/
/usr/lib/ldc/x86_64-linux-gnu/include/d/
Describe the bug Just tried to find D library and got error:
To Reproduce
system parameters
Is this a cross build or just a plain native build (for the same computer)? Cross build
what operating system (e.g. MacOS Catalina, Windows 10, CentOS 8.0, Ubuntu 18.04, etc.) Debian
what Python version are you using e.g. 3.8.0 Python 3.7.3
what
meson --version
0.53.1what
ninja --version
if it's a Ninja build 1.10.0