diff options
author | davilla <davilla@4pi.com> | 2012-01-16 12:00:43 -0500 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2012-01-16 12:00:57 -0500 |
commit | a22ad3c0c580e655f0537f65fd615601495a95b5 (patch) | |
tree | 858ec5088cc45d27522e6546906b7ff9b4e1b58e /tools | |
parent | f9e600f2a393b323e6563f110f269775d30e1df7 (diff) |
[osx/ios] fixed, bump tarball version to one that does not have pre-compiled bits... yes, I have been trouted
Diffstat (limited to 'tools')
-rw-r--r-- | tools/darwin/depends/tinyxml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/darwin/depends/tinyxml/Makefile b/tools/darwin/depends/tinyxml/Makefile index d799ae5567..c9c470ab79 100644 --- a/tools/darwin/depends/tinyxml/Makefile +++ b/tools/darwin/depends/tinyxml/Makefile @@ -2,7 +2,7 @@ include ../Makefile.include # lib name, version LIBNAME=tinyxml -VERSION=2.6.2_1 +VERSION=2.6.2_2 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz |