9d25c4d4e2
$out/include aren't explicitly included in the include path. svn path=/nixpkgs/trunk/; revision=15820
5 lines
111 B
Bash
5 lines
111 B
Bash
export QTDIR=@out@
|
|
|
|
for d in @out@/include/*; do
|
|
export NIX_CFLAGS_COMPILE="$NIX_CFLAGS_COMPILE -I$d"
|
|
done
|