diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 39098029a9b..7c35ba21739 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -866,6 +866,7 @@ if isDarwin(): sslConfigTree["py"] = sslConfigTree["cpp"] sslConfigTree["rb"] = sslConfigTree["cpp"] sslConfigTree["php"] = sslConfigTree["cpp"] +sslConfigTree["objc"] = sslConfigTree["cpp"] def getDefaultMapping(): """Try and guess the language mapping out of the current path""" |