summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tinyxml.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tinyxml.mk b/src/tinyxml.mk
index bd7791d..842a660 100644
--- a/src/tinyxml.mk
+++ b/src/tinyxml.mk
@@ -39,8 +39,3 @@ cd '$(1)' && $(TARGET)-g++ -shared -Wl,-soname,libtinyxml.so -o libtinyxml.so *
'$(1)/xmltest.cpp' -o '$(PREFIX)/$(TARGET)/bin/test-tinyxml.exe' \
-ltinyxml
endef
-
-
-
-$(PKG)_BUILD_SHARED = $(subst .a , .so ,\
- $($(PKG)_BUILD))