gcc-10-ar thinks the invalid "." option is being passed to it

Advertisements I’m compiling a game using the Source Engine. When I run make, after a while the archiver tool complains about an invalid option ".": /usr/bin/ar: invalid option — ‘.’ this happens with every archiver I have installed: gcc-10-ar, llvm-10-ar, and busybox ar. The command the makefile is trying to run is: gcc-ar-10 ../lib/public/linux32/raytrace.a ./obj_raytrace_linux32/release/raytrace.o… Read More gcc-10-ar thinks the invalid "." option is being passed to it