We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3add3 commit bcb65bdCopy full SHA for bcb65bd
vars/autotools.groovy
@@ -27,6 +27,10 @@ def sanityCheckDynacfgPipeline(Map dynacfgPipeline = [:]) {
27
28
// Initialize default `make` implementation to use (there are many), etc.:
29
if (!dynacfgPipeline.containsKey('defaultTools')) {
30
+ dynacfgPipeline['defaultTools'] = [:]
31
+ }
32
+
33
+ if (!dynacfgPipeline['defaultTools'].containsKey('MAKE')) {
34
dynacfgPipeline['defaultTools'] = [
35
'MAKE': 'make'
36
]
0 commit comments