felix-lang / fbuild

A cross platform, high performant caching build system
Other
47 stars 6 forks source link

Detect the compiler when the exe argument is given #16

Closed refi64 closed 9 years ago

refi64 commented 9 years ago

This:

c = guess_static(..., exe='gcc')

is going to be detected as Clang, which isn't even close to correct. It should automatically be added to the platform.

refi64 commented 9 years ago

Fixed by 1ab065e7fb49436a8f6420cdf229eaaff1a9a5ae.