Skip to content

Commit 251f9aa

Browse files
committed
correct prefix
1 parent 4192120 commit 251f9aa

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)