Loading core/cxx_stl_setup.mk +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ ifneq ($(filter $(my_cxx_stl),libc++ libc++_static),) my_static_libraries += libc++demangle ifeq ($(my_link_type),static) my_static_libraries += libm libc libunwind my_static_libraries += libm libc libunwind libstatic_rustlibs_for_make endif endif else ifeq ($(my_cxx_stl),ndk) Loading Loading
core/cxx_stl_setup.mk +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ ifneq ($(filter $(my_cxx_stl),libc++ libc++_static),) my_static_libraries += libc++demangle ifeq ($(my_link_type),static) my_static_libraries += libm libc libunwind my_static_libraries += libm libc libunwind libstatic_rustlibs_for_make endif endif else ifeq ($(my_cxx_stl),ndk) Loading