From 4d5289fa6254ca80a23807c41ca8502f8f38f048 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 4 Oct 2017 14:52:39 -0700 Subject: Pass extensions' data into the linker --- src/WixToolset.Core/CommandLine/CommandLine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/WixToolset.Core/CommandLine/CommandLine.cs') diff --git a/src/WixToolset.Core/CommandLine/CommandLine.cs b/src/WixToolset.Core/CommandLine/CommandLine.cs index cac54091..c95a2db4 100644 --- a/src/WixToolset.Core/CommandLine/CommandLine.cs +++ b/src/WixToolset.Core/CommandLine/CommandLine.cs @@ -195,7 +195,7 @@ namespace WixToolset.Core var bindPathList = GatherBindPaths(bindPaths); var extensions = cli.ExtensionManager; var type = CalculateOutputType(outputType, outputFile); - return new BuildCommand(sourceFiles, variables, locFiles, libraryFiles, outputFile, type, cultures, bindFiles, bindPathList, intermediateFolder, contentsFile, outputsFile, builtOutputsFile, wixProjectFile); + return new BuildCommand(extensions, sourceFiles, variables, locFiles, libraryFiles, outputFile, type, cultures, bindFiles, bindPathList, intermediateFolder, contentsFile, outputsFile, builtOutputsFile, wixProjectFile); } case Commands.Compile: -- cgit v1.2.3-55-g6feb