| Index: native_client_sdk/src/resources/Makefile.library.template
|
| diff --git a/native_client_sdk/src/resources/Makefile.library.template b/native_client_sdk/src/resources/Makefile.library.template
|
| index 05768d2773828dcf4d4bf776bdb17df7a1238dcb..92b9452ba3ed0c0063c4820fa8a2f2d1156e6f97 100644
|
| --- a/native_client_sdk/src/resources/Makefile.library.template
|
| +++ b/native_client_sdk/src/resources/Makefile.library.template
|
| @@ -85,7 +85,7 @@
|
| $(foreach src,$({{sources}}),$(eval $(call COMPILE_RULE,$(src),$({{cflags}}))))
|
| $(eval $(call LIB_RULE,{{name}},$({{sources}})))
|
| [[ if target['TYPE'] != 'static-lib':]]
|
| -ifneq (,$(findstring $(TOOLCHAIN),glibc))
|
| +ifneq (,$(findstring $(TOOLCHAIN),glibc bionic))
|
| $(eval $(call SO_RULE,{{name}},$({{sources}}),$(LIBS),$(DEPS)))
|
| endif
|
| [[ ]]
|
|
|