diff --git a/src/libstore/build.cc b/src/libstore/build.cc index 08b647cd6..2d81f72c1 100644 --- a/src/libstore/build.cc +++ b/src/libstore/build.cc @@ -1786,8 +1786,10 @@ void DerivationGoal::startBuilder() if (useChroot) { string defaultChrootDirs; +#if CHROOT_ENABLED if (isInStore(BASH_PATH)) defaultChrootDirs = "/bin/sh=" BASH_PATH; +#endif /* Allow a user-configurable set of directories from the host file system. */