Skip to content

Commit 6184106

Browse files
committed
Merge branch 'make_default_commandgenerator_public' into 'main'
Make the FastBuildDefaultCommandGenerator public. See merge request Sharpmake/sharpmake!550
2 parents 8385196 + e807dd7 commit 6184106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sharpmake.Generators/FastBuild/Bff.Util.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public override string Resolve(string rootPath, string bffFilePath, Resolver res
272272
/// By default is uses the default fastbuild executable defined in FastBuildSettings but scripts could define another class to
273273
/// to launch a totally different launcher with other parameters.
274274
/// </summary>
275-
internal class FastBuildDefaultCommandGenerator : FastBuildMakeCommandGenerator
275+
public class FastBuildDefaultCommandGenerator : FastBuildMakeCommandGenerator
276276
{
277277
public override string GetExecutablePath(Sharpmake.Project.Configuration conf)
278278
{

0 commit comments

Comments
 (0)