summaryrefslogtreecommitdiff
path: root/dist/examples/cxx/tree/custom/mixed/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/cxx/tree/custom/mixed/makefile')
-rw-r--r--dist/examples/cxx/tree/custom/mixed/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/examples/cxx/tree/custom/mixed/makefile b/dist/examples/cxx/tree/custom/mixed/makefile
index c5dac63..9c7974d 100644
--- a/dist/examples/cxx/tree/custom/mixed/makefile
+++ b/dist/examples/cxx/tree/custom/mixed/makefile
@@ -7,7 +7,7 @@ include $(root)/build/xsd/tree-rules.make
override XSDFLAGS += --generate-inline --generate-serialization \
--hxx-epilogue '\#include "people-custom.hxx"'
-ifneq ($(shell uname -o),Msys)
+ifneq ($(shell uname -o 2>&1),Msys)
override XSDFLAGS += --custom-type bio=/bio_base
else
# Prevent MSYS from converting / to Windows path.