61rd
Results
1
comments of
61rd
I patched the clang-18, by : ``` patchelf --replace-needed libc.so /usr/lib/libc.so.6 ../android-ndk-r27b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-18 patchelf --replace-needed libm.so /usr/lib/libm.so.6 ../android-ndk-r27b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-18 patchelf --replace-needed libdl.so /usr/lib/libdl.so.2 ../android-ndk-r27b/toolchains/llvm/prebuilt/linux-x86_64/bin/clang-18 ``` but it still lack something flag and...