Fixes issue #7449
This commit is contained in:
committed by
scheibelp
parent
3945b2adb4
commit
82aa54151a
@@ -102,7 +102,7 @@ def setup_dependent_environment(self, spack_env, run_env, dependent_spec):
|
|||||||
deptypes=('build', 'run'), deptype_query='run'):
|
deptypes=('build', 'run'), deptype_query='run'):
|
||||||
if d.package.extends(self.spec):
|
if d.package.extends(self.spec):
|
||||||
lua_paths.append(os.path.join(d.prefix, self.lua_lib_dir))
|
lua_paths.append(os.path.join(d.prefix, self.lua_lib_dir))
|
||||||
lua_paths.append(os.path.join(d.prefix, self.lua64_lib_dir))
|
lua_paths.append(os.path.join(d.prefix, self.lua_lib64_dir))
|
||||||
lua_paths.append(os.path.join(d.prefix, self.lua_share_dir))
|
lua_paths.append(os.path.join(d.prefix, self.lua_share_dir))
|
||||||
|
|
||||||
lua_patterns = []
|
lua_patterns = []
|
||||||
|
|||||||
Reference in New Issue
Block a user