Skip to content

Commit fd7a40f

Browse files
authored
Merge pull request #38 from Tieqiong/prefix
correct prefix
2 parents cb4e557 + 251f9aa commit fd7a40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if 'PREFIX' in os.environ:
4949
vars.Add(PathVariable(
5050
'prefix',
5151
'installation prefix directory',
52-
os.environ['prefix']))
52+
os.environ['PREFIX']))
5353
vars.Update(env)
5454
elif 'CONDA_PREFIX' in os.environ:
5555
vars.Add(PathVariable(

0 commit comments

Comments
 (0)