remove _BUILD_SHARED=

This commit is contained in:
Rashad M 2015-06-21 18:43:08 +02:00
parent 0854917f91
commit 4f45a0cf2c
1 changed files with 0 additions and 5 deletions

View File

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