3a717e7522
polyc linking script hardcodes the linker to be the value of `$CXX` at compile time. This is bad for environments without `g++` in path. Fix this by patching the correct path into the script. Co-Authored-By: Ricardo Correia <someplaceguy@wizy.org> Co-Authored-By: Ivan Trubach <mr.trubach@icloud.com>