libaribcaption icon indicating copy to clipboard operation
libaribcaption copied to clipboard

Fix libunwind static linking on Android toolchains

Open robUx4 opened this issue 4 months ago • 0 comments

As well as llvm-mingw with -static-libgcc

It ends up with

  • set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "atomic;m;-l:libunwind.a;dl;c;-l:libunwind.a;dl")
  • set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "windowsapp;windowsapp;ucrt;windowsapp;ucrtapp;c++;mingw32;-l:libunwind.a;moldname;mingwex;mingw32;-l:libunwind.a;moldname;mingwex")

robUx4 avatar Oct 16 '24 09:10 robUx4