Skip to content
Commit 7672c68e authored by Johannes Bornhold's avatar Johannes Bornhold Committed by Vladimír Čunát
Browse files

dmd: Avoid depending on gcc for the darwin build (close #11949)

Adding stdenv.cc into the PATH, also setting CC, so that on Darwin
clang will be used by default. Still allowing to use an existing value
of CC if it is set already.

Replacing __inline_isnanl with __inline_isnan on darwin since the former
one was not defined.
parent 250133c8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment