diff --git a/scripts/mk_util.py b/scripts/mk_util.py index 4cb2971da..3e65bf782 100644 --- a/scripts/mk_util.py +++ b/scripts/mk_util.py @@ -1950,7 +1950,7 @@ class DotNetExampleComponent(ExampleComponent): ExampleComponent.__init__(self, name, path) def is_example(self): - return IS_WINDOWS + return is_dotnet_enabled() def mk_makefile(self, out): if DOTNET_ENABLED: