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