2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00
This commit is contained in:
Thomas Nagy 2017-01-06 23:14:51 +01:00
parent a3c44f5d9b
commit 12b038833e
No known key found for this signature in database
GPG Key ID: 49B4C67C05277AAA

View File

@ -415,7 +415,7 @@ def find_program(self, filename, **kw):
:param path_list: paths to use for searching
:type param_list: list of string
:param var: store the result to conf.env[var], by default use filename.upper()
:param var: store the result to conf.env[var] where var defaults to filename.upper() if not provided; the result is stored as a list of strings
:type var: string
:param value: obtain the program from the value passed exclusively
:type value: list or string (list is preferred)