summaryrefslogtreecommitdiff
path: root/dist/examples/cxx/tree/custom/comments
diff options
context:
space:
mode:
Diffstat (limited to 'dist/examples/cxx/tree/custom/comments')
-rw-r--r--dist/examples/cxx/tree/custom/comments/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/examples/cxx/tree/custom/comments/makefile b/dist/examples/cxx/tree/custom/comments/makefile
index 4c231c6..442ab86 100644
--- a/dist/examples/cxx/tree/custom/comments/makefile
+++ b/dist/examples/cxx/tree/custom/comments/makefile
@@ -24,7 +24,7 @@ people.cxx people.ixx people.hxx: people.xsd
XML_SCHEMA_XSDFLAGS := --generate-xml-schema --generate-serialization \
--hxx-epilogue '\#include "xml-schema-custom.hxx"'
-ifneq ($(shell uname -o),Msys)
+ifneq ($(shell uname -o 2>&1),Msys)
XML_SCHEMA_XSDFLAGS += --custom-type anyType=/type_base
else
# Prevent MSYS from converting / to Windows path.