beremiz
Clone
Summary
Browse
Changes
Graph
Bug when try to SaveAs on Windows fixed
2009-12-16, laurent
ffe0fba7e427
file is
Executable
Bug when try to SaveAs on Windows fixed
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared", "-lrt"]