aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/module.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/module.go b/common/module.go
index bdaeb7aa..c22f000e 100644
--- a/common/module.go
+++ b/common/module.go
@@ -595,7 +595,7 @@ func (c *buildTargetSingleton) GenerateBuildActions(ctx blueprint.SingletonConte
Implicits: dirModules[dir],
// HACK: checkbuild should be an optional build, but force it
// enabled for now in standalone builds
- Optional: ctx.Config().(Config).EmbeddedInMake(),
+ Optional: ctx.Config().(Config).EmbeddedInMake(),
})
}
}