--- trunk/bruce/SConstruct 2006/01/24 04:38:50 456 +++ trunk/bruce/SConstruct 2006/01/24 06:13:03 457 @@ -13,6 +13,7 @@ Export(["boost_lib_path"]) Export(["boost_lib"]) Export(["sys_libs"]) +Export(["libinstall"]) # # set and export library directories @@ -29,6 +30,9 @@ Export(["pydir"]) pydir2 = Dir(str(esysroot) + '/esys/bruce') Export(["pydir2"]) +if pyinstall != None: + pyinstall = Dir(str(pyinstall) + '/bruce') + Export(["pyinstall"]) # # print out build configuration for this module