@ialconada, Did you check if they provide a version with dynamic linking?
If you failed to get a dynamically linked version, you can try to hack around by creating an executable that forwards the call with the exact arguments to the real compiler. This executable should be used instead in your build process and should have the same name. Since it has the same name and it is dynamically linked we will detect it.
Thanks,