Install python module in the staging directory
This commit is contained in:
parent
51a7fc1278
commit
d5e500d3cc
1 changed files with 1 additions and 0 deletions
|
|
@ -690,6 +690,7 @@ else:
|
|||
# variables should always be used by the Install(...) targets
|
||||
if env['stage_dir']:
|
||||
instRoot = pjoin(os.getcwd(), env['stage_dir'], stripDrive(env['prefix']).strip('/\\'))
|
||||
env['python_prefix'] = pjoin(os.getcwd(), env['stage_dir'], stripDrive(env['python_prefix']).strip('/\\'))
|
||||
else:
|
||||
instRoot = env['prefix']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue