We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20c72e commit 9e038eaCopy full SHA for 9e038ea
legacy/builder/phases/linker.go
@@ -85,7 +85,7 @@ func link(ctx *types.Context, objectFiles paths.PathList, coreDotARelPath *paths
85
properties.Set(constants.BUILD_PROPERTIES_ARCHIVE_FILE_PATH, coreArchiveFilePath.String())
86
properties.Set("object_files", objectFileList)
87
88
- _, _, err := builder_utils.ExecRecipe(ctx, properties, constants.RECIPE_C_COMBINE_PATTERN, false /* stdout */, utils.ShowIfVerbose /* stderr */, utils.Show)
+ _, _, err := builder_utils.ExecRecipe(ctx, properties, constants.RECIPE_C_COMBINE_PATTERN, false, utils.ShowIfVerbose /* stdout */, utils.Show /* stderr */)
89
return err
90
}
91
0 commit comments