swig: ccache tests broken on Darwin with Gcc 4.8.3
This commit is contained in:
parent
fc4adcd7af
commit
812bba77f1
@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
|
|||||||
# 'make check' uses boost and tcl
|
# 'make check' uses boost and tcl
|
||||||
buildInputs = stdenv.lib.optionals doCheck [ boost tcl ];
|
buildInputs = stdenv.lib.optionals doCheck [ boost tcl ];
|
||||||
|
|
||||||
|
configureFlags = stdenv.lib.optionalString stdenv.isDarwin "--disable-ccache";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "SWIG, an interface compiler that connects C/C++ code to higher-level languages";
|
description = "SWIG, an interface compiler that connects C/C++ code to higher-level languages";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user