]> git.lizzy.rs Git - rust.git/commit
workcache: Don't assume gcc exists on all platforms
authorAlex Crichton <alex@alexcrichton.com>
Wed, 16 Apr 2014 01:25:38 +0000 (18:25 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 16 Apr 2014 02:47:03 +0000 (19:47 -0700)
commit4a827f588e972668c122f70790ee45e4b3660ace
treece718fa41491c4ef81a1099671a3fbdb6718c3d4
parent06edc6a3b6ba23832530e6c0d4727cbcdcfb8a0d
workcache: Don't assume gcc exists on all platforms

FreeBSD has recently moved to clang by default, and no longer ship gcc. Instead
use "cc" on unix platforms (the default compiler) and "gcc" on windows.
src/libworkcache/lib.rs