mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
Add missing import python.
It's possible to not declare the python tool in a config file. But the status tests require python to run the validation script. This adds the python import to declare default python execution rule. Which will allow it to work when python is generally available. And otherwise not cause errors.
This commit is contained in:
parent
3c25ac6ce4
commit
2eafd5f71a
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ import modules ;
|
|||
import path ;
|
||||
import feature ;
|
||||
import numbers ;
|
||||
import python ;
|
||||
|
||||
local check-libs-only = [ MATCH "^--(check-libs-only)" : [ modules.peek : ARGV ] ] ;
|
||||
local no-check-libs = [ MATCH "^--(no-check-libs)$" : [ modules.peek : ARGV ] ] ;
|
||||
|
|
Loading…
Add table
Reference in a new issue