tinyxml: fix indention

This commit is contained in:
Rashad M 2015-06-23 11:13:56 +02:00
parent 20b514bd47
commit 75f8153077
1 changed files with 4 additions and 3 deletions

View File

@ -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