From 44393b37debda8627f69249595ce5540e2939ac4 Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Tue, 15 Dec 2015 08:46:47 +0000 Subject: [PATCH] Emit dependency of phony target ``examples`` on ``_ex_dotnet_example`` when building of the ".NET" bindings is enabled. --- scripts/mk_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: