My project has a C++ dependency and I'd like to run tests with dinghy.
But it has the following error:
library "libc++_shared.so" not found: needed by main executable
I noticed there was a PR says it's supported: #103
But I don't know how to make it work, as far as I can tell, there's no way to modify the variable build.dynamic_libraries
My project has a C++ dependency and I'd like to run tests with dinghy.
But it has the following error:
I noticed there was a PR says it's supported: #103
But I don't know how to make it work, as far as I can tell, there's no way to modify the variable
build.dynamic_libraries