1
from .. import toolchain_gcc
2
3
class Linux_target(toolchain_gcc):
4
extension = ".so"
5
CustomLDFLAGS = ["-shared", "-lrt"]