You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Unfortunately libtool then forces a static build.
219
219
# This is a ugly hack to make libtool beleave that the library is a DLL instead of an archive and to allow building a DLL instand.
220
220
#
221
-
RUN sudo cp /llvm-mingw-20250114-ucrt-ubuntu-20.04-<%=RUBY_PLATFORM[/^\w+/]%>/aarch64-w64-mingw32/bin/libc++.dll /llvm-mingw-20250114-ucrt-ubuntu-20.04-<%=RUBY_PLATFORM[/^\w+/]%>/aarch64-w64-mingw32/lib/libclang_rt.builtins-aarch64.0
221
+
RUN sudo cp /llvm-mingw/aarch64-w64-mingw32/bin/libc++.dll /llvm-mingw/aarch64-w64-mingw32/lib/libclang_rt.builtins-aarch64.0
0 commit comments