Missing dependencies for the following libraries: libstdc++.so.6

I'm trying to build a new package and receive the following error:

Package boringssl is missing dependencies for the following libraries:
libstdc++.so.6

I have DEPENDS:=+libstdcpp in my Makefile and libstdc++ enabled in the build config.

Is there anything else I need to look out for?