aboutsummaryrefslogtreecommitdiff
path: root/dist/examples/cxx/hybrid/minimal/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/cxx/hybrid/minimal/makefile')
-rw-r--r--dist/examples/cxx/hybrid/minimal/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/examples/cxx/hybrid/minimal/makefile b/dist/examples/cxx/hybrid/minimal/makefile
index 87e5325..14b7008 100644
--- a/dist/examples/cxx/hybrid/minimal/makefile
+++ b/dist/examples/cxx/hybrid/minimal/makefile
@@ -24,6 +24,10 @@ ifeq ($(XSDE_REUSE_STYLE),mixin)
EXTRA_XSDFLAGS += --reuse-style-mixin
endif
+ifeq ($(XSDE_POLYMORPHIC),y)
+EXTRA_XSDFLAGS += --runtime-polymorphic
+endif
+
driver: driver.o people.o people-pskel.o people-pimpl.o \
people-sskel.o people-simpl.o $(root)/libxsde/xsde/libxsde.a