Make private_crt feature object a global variable.
This commit is contained in:
parent
54d489a97f
commit
e411f8955f
|
@ -794,7 +794,7 @@ def add_features(db):
|
|||
# (i.e. additional Python libraries) need to follow the parent feature.
|
||||
# Features that have no advertisement trigger (e.g. the test suite)
|
||||
# must not support advertisement
|
||||
global default_feature, tcltk, htmlfiles, tools, testsuite, ext_feature
|
||||
global default_feature, tcltk, htmlfiles, tools, testsuite, ext_feature, private_crt
|
||||
default_feature = Feature(db, "DefaultFeature", "Python",
|
||||
"Python Interpreter and Libraries",
|
||||
1, directory = "TARGETDIR")
|
||||
|
|
Loading…
Reference in New Issue