beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug when linking failed and trying to rebuild
2013-04-09, Laurent Bessard
93022adef055
Fix bug when linking failed and trying to rebuild
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")