Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a138759 authored by Manish Goregaokar's avatar Manish Goregaokar Committed by Gerrit Code Review
Browse files

Merge "Revert^2 "Add default cc_rustlibs_for_make module to static binaries"" into main

parents 3fb0fc6a 8db86c28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)