mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +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
|
||||
|
||||
if extra_paths:
|
||||
res['PATH'] += ':' + ':'.join(extra_paths)
|
||||
res['PATH'] = ':'.join(extra_paths) + ':' + res['PATH']
|
||||
|
||||
return res
|
||||
|
||||
|
||||
Reference in New Issue
Block a user