From 4f45a0cf2cfda27668e291e2d324c2f44b2101ce Mon Sep 17 00:00:00 2001 From: Rashad M Date: Sun, 21 Jun 2015 18:43:08 +0200 Subject: remove _BUILD_SHARED= --- src/tinyxml.mk | 5 ----- 1 file changed, 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)) -- cgit v0.12