targets/Linux/__init__.py
author laurent
Wed, 07 Oct 2009 09:03:15 +0200
changeset 407 0bef13d73350
parent 290 3bd617ae7a05
child 635 fcdb60cacb2c
permissions -rwxr-xr-x
Bug while trying to import SVG file fixed
from .. import toolchain_gcc

class Linux_target(toolchain_gcc):
    extension = ".so"
    def getBuilderLDFLAGS(self):
        return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]