aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/hybrid/evolution/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/cxx/hybrid/evolution/makefile')
-rw-r--r--dist/examples/cxx/hybrid/evolution/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/dist/examples/cxx/hybrid/evolution/makefile b/dist/examples/cxx/hybrid/evolution/makefile
index 7a87d36..b03df82 100644
--- a/dist/examples/cxx/hybrid/evolution/makefile
+++ b/dist/examples/cxx/hybrid/evolution/makefile
@@ -6,13 +6,15 @@ dirs :=
ifeq ($(XSDE_IOSTREAM),y)
ifeq ($(XSDE_EXCEPTIONS),y)
-
ifeq ($(XSDE_STL),y)
+
+ifeq ($(XSDE_POLYMORPHIC),y)
dirs += ignore passthrough
endif
endif
endif
+endif
.PHONY: all $(dirs)