Relative Content

Tag Archive for windowsmeson-build

I am getting wrong paths meson windows with meson build system

I cannot create a simple exactable using meson build system on windows. The project I am working on uses an external library, for which I create a dependency. First of all I notices that using / as a concatenation operator for paths does not work properly (see the comments below). And secondarily, the library path is passed into the linker with slashes ‘/’ in the path, which is wrong, as the path is treated as a set of options.