--- trunk/modellib/SConstruct 2006/01/24 04:38:50 456 +++ trunk/modellib/SConstruct 2006/01/24 06:13:03 457 @@ -9,6 +9,9 @@ Export(["pydir"]) pydir2 = Dir(str(esysroot) + '/esys/modellib') Export(["pydir2"]) +if pyinstall != None: + pyinstall = Dir(str(pyinstall) + '/modellib') + Export(["pyinstall"]) # # print out build configuration for this module