beremiz
Clone
Summary
Browse
Changes
Graph
added -fPIC to satisfy X86_64 build
2011-11-16, Edouard Tisserant
fcdb60cacb2c
file is
Executable
added -fPIC to satisfy X86_64 build
from .. import toolchain_gcc
class Win32_target(toolchain_gcc):
extension = ".dll"
def getBuilderLDFLAGS(self):
return toolchain_gcc.getBuilderLDFLAGS(self) + ["-shared"]