diff options
Diffstat (limited to 'tools/rbp/depends/tinyxml/makefix.patch')
-rw-r--r-- | tools/rbp/depends/tinyxml/makefix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/rbp/depends/tinyxml/makefix.patch b/tools/rbp/depends/tinyxml/makefix.patch new file mode 100644 index 0000000000..fbc65ac728 --- /dev/null +++ b/tools/rbp/depends/tinyxml/makefix.patch @@ -0,0 +1,11 @@ +--- a/Makefile 2012-05-04 08:45:03.326587176 +0200 ++++ b/Makefile 2012-05-04 08:45:10.073253616 +0200 +@@ -102,7 +102,7 @@ + #**************************************************************************** + + ${OUTPUT}: ${OBJS} +- ${LD} -o $@ ${LDFLAGS} ${OBJS} ${LIBS} ${EXTRA_LIBS} ++ ${CXX} -o $@ ${LDFLAGS} ${OBJS} ${LIBS} ${EXTRA_LIBS} + + #**************************************************************************** + # common rules |