recode: attempt to fix Darwin testsuite build problem

This commit is contained in:
Jack Cummings 2013-03-06 10:12:21 -08:00
parent 85d464a031
commit a1c4fa8edc

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
doCheck = true;
preCheck = ''
checkFlagsArray=(LDFLAGS="-L../src/.libs -Wl,-rpath=../src/.libs")
checkFlagsArray=(CPPFLAGS="-I../lib" LDFLAGS="-L../src/.libs -Wl,-rpath=../src/.libs")
'';
meta = {