mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 08:44:15 +02:00
[wgem] adding environment node the path beginning
This commit is contained in:
@@ -37,7 +37,7 @@ def gen_env(global_interpreter: bool, lang: str = DEFAULT_LANG, extra_paths: Set
|
|||||||
res['PATH'] = PATH
|
res['PATH'] = PATH
|
||||||
|
|
||||||
if extra_paths:
|
if extra_paths:
|
||||||
res['PATH'] += ':' + ':'.join(extra_paths)
|
res['PATH'] = ':'.join(extra_paths) + ':' + res['PATH']
|
||||||
|
|
||||||
return res
|
return res
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user