mesonbuild / meson

The Meson Build System
http://mesonbuild.com
Apache License 2.0
5.65k stars 1.64k forks source link

Language D does not support phobos library finding #6680

Open denizzzka opened 4 years ago

denizzzka commented 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

nirbheek commented 4 years ago

What library are you trying to find?

denizzzka commented 4 years ago

phobos

denizzzka commented 4 years ago

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/