You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm developing a shared library using the Mesonbuild extension in Visual Studio code. My library needs to have a custom extension, which I include using the 'name_suffix' key. The build fails. Commenting out the name_suffix key fixes it.
Describe the bug
I'm developing a shared library using the Mesonbuild extension in Visual Studio code. My library needs to have a custom extension, which I include using the 'name_suffix' key. The build fails. Commenting out the name_suffix key fixes it.
To Reproduce
Here's a minimal example:
The VS code extension will try to build by running
This is reproducible also from the terminal. Omitting the trailing ':shared_library' will fix it:
The build can also be fixed by commenting out the
name_suffix : 'xop',
line in the meson.build.Expected behavior
The build should work regardless of whether the 'name_suffix' key is present or not.
system parameters
The text was updated successfully, but these errors were encountered: