mirror of
https://github.com/boostorg/build.git
synced 2026-02-02 08:42:13 +00:00
Use prepend-path-variable-command
[SVN r27095]
This commit is contained in:
@@ -43,9 +43,8 @@ rule init ( docutils-dir )
|
||||
.docutils-dir = $(docutils-dir) ;
|
||||
|
||||
.setup = [
|
||||
common.path-variable-setting-command PYTHONPATH
|
||||
: $(.docutils-dir) $(.docutils-dir)/extras
|
||||
: exported ] ;
|
||||
common.prepend-path-variable-command PYTHONPATH
|
||||
: $(.docutils-dir) $(.docutils-dir)/extras ] ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user