summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src/resources/Makefile.library.template
diff options
context:
space:
mode:
Diffstat (limited to 'native_client_sdk/src/resources/Makefile.library.template')
-rw-r--r--native_client_sdk/src/resources/Makefile.library.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/src/resources/Makefile.library.template b/native_client_sdk/src/resources/Makefile.library.template
index 92b9452..05768d2 100644
--- a/native_client_sdk/src/resources/Makefile.library.template
+++ b/native_client_sdk/src/resources/Makefile.library.template
@@ -85,7 +85,7 @@ $(eval $(call LINKER_SCRIPT_RULE,{{name}},{{target['SOURCES'][0]}},{{target['SOU
$(foreach src,$({{sources}}),$(eval $(call COMPILE_RULE,$(src),$({{cflags}}))))
$(eval $(call LIB_RULE,{{name}},$({{sources}})))
[[ if target['TYPE'] != 'static-lib':]]
-ifneq (,$(findstring $(TOOLCHAIN),glibc bionic))
+ifneq (,$(findstring $(TOOLCHAIN),glibc))
$(eval $(call SO_RULE,{{name}},$({{sources}}),$(LIBS),$(DEPS)))
endif
[[ ]]