microfetch/scripts/clang-wild
2026-06-16 00:15:10 -04:00

5 lines
240 B
Bash
Executable file

#!/usr/bin/env sh
# Link via clang+wild. Wild sits behind the linker (not a rustflag) so a
# cross-toolchain that overrides the linker drops it instead of choking on
# --ld-path. Needs clang and wild on PATH.
exec clang --ld-path=wild "$@"