forked from lix-project/hydra
nix's libs live in $out/lib now, not $out/nix/lib
This commit is contained in:
parent
024a5e7d75
commit
5fe09e9bf0
|
@ -63,7 +63,7 @@ old_CPPFLAGS="$CPPFLAGS"
|
|||
old_LIBS="$LIBS"
|
||||
|
||||
CPPFLAGS="$CPPFLAGS -I$nix/include/nix"
|
||||
LDFLAGS="$LDFLAGS -L$nix/lib/nix"
|
||||
LDFLAGS="$LDFLAGS -L$nix/lib"
|
||||
|
||||
AC_CHECK_HEADER([store-api.hh], [:],
|
||||
[AC_MSG_ERROR([Nix headers not found; please install Nix or check the `--with-nix' option.])])
|
||||
|
|
Loading…
Reference in a new issue