Skip to content

Fixed bezier teapot compilation in Arch Linux

Rubonnek requested to merge (removed):fix-bezier-teapot-compilation into master

With GCC 7.1.1, the libstdc++.so shared library must be included to build the bezier-teapot test. Otherwise I get the linker error:

teapot.o:(.eh_frame+0x1b3): undefined reference to `__gxx_personality_v0'

Merge request reports