summaryrefslogtreecommitdiffstats
path: root/src/tinyxml.mk
diff options
context:
space:
mode:
authorRashad M <mohammedrashadkm@gmail.com>2015-06-21 16:43:08 (GMT)
committerRashad M <mohammedrashadkm@gmail.com>2015-06-21 16:43:08 (GMT)
commit4f45a0cf2cfda27668e291e2d324c2f44b2101ce (patch)
treed86fdeed21e0a640653a1303d77b912640073ce5 /src/tinyxml.mk
parent0854917f91b80ff3f3d7c0c686b41bce1e12bdca (diff)
downloadmxe-4f45a0cf2cfda27668e291e2d324c2f44b2101ce.zip
mxe-4f45a0cf2cfda27668e291e2d324c2f44b2101ce.tar.gz
mxe-4f45a0cf2cfda27668e291e2d324c2f44b2101ce.tar.bz2
remove _BUILD_SHARED=
Diffstat (limited to 'src/tinyxml.mk')
-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))