beremiz

fix bug in methods.py

2008-10-22, greg
5299c6746fa8
file isExecutable
fix bug in methods.py
from .. import toolchain_gcc
class Linux_target(toolchain_gcc):
extension = ".so"
CustomLDFLAGS = ["-shared", "-lrt"]