Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'SCons/SConf.py')
-rw-r--r--SCons/SConf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/SCons/SConf.py b/SCons/SConf.py
index e522c8bb7..53666e63e 100644
--- a/SCons/SConf.py
+++ b/SCons/SConf.py
@@ -1002,8 +1002,8 @@ def SConf(*args, **kw):
return SCons.Util.Null()
-def CheckFunc(context, function_name, header = None, language = None) -> bool:
- res = SCons.Conftest.CheckFunc(context, function_name, header = header, language = language)
+def CheckFunc(context, function_name, header = None, language = None, funcargs = None) -> bool:
+ res = SCons.Conftest.CheckFunc(context, function_name, header = header, language = language, funcargs = funcargs)
context.did_show_result = 1
return not res