diff options
author | Rashad M <mohammedrashadkm@gmail.com> | 2015-06-23 09:13:56 (GMT) |
---|---|---|
committer | Rashad M <mohammedrashadkm@gmail.com> | 2015-06-23 09:13:56 (GMT) |
commit | 75f81530774d051b2092b5e0d6f09a076779990c (patch) | |
tree | de1eac1f1ffacde0d6c458ce4afa8f8e58442d00 /src/tinyxml.mk | |
parent | 20b514bd470fad1f499931a3193e2e8955187433 (diff) | |
download | mxe-75f81530774d051b2092b5e0d6f09a076779990c.zip mxe-75f81530774d051b2092b5e0d6f09a076779990c.tar.gz mxe-75f81530774d051b2092b5e0d6f09a076779990c.tar.bz2 |
tinyxml: fix indention
Diffstat (limited to 'src/tinyxml.mk')
-rw-r--r-- | src/tinyxml.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/tinyxml.mk b/src/tinyxml.mk index 81f58e1..d584b6e 100644 --- a/src/tinyxml.mk +++ b/src/tinyxml.mk @@ -25,7 +25,8 @@ define $(PKG)_BUILD $(MAKE) -C '$(1).build' install '$(TARGET)-g++' \ - -Wall -DTIXML_USE_STL -ansi -pedantic \ - '$(1)/xmltest.cpp' -o '$(PREFIX)/$(TARGET)/bin/test-tinyxml.exe' \ - -ltinyxml + -Wall -DTIXML_USE_STL -ansi -pedantic \ + '$(1)/xmltest.cpp' -o '$(PREFIX)/$(TARGET)/bin/test-tinyxml.exe' \ + -ltinyxml + endef |