diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-11-21 21:09:42 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2021-11-21 21:09:42 +0100 |
commit | 0855b2177b62fa719eff6643e3b433c41eecf142 (patch) | |
tree | 4d2e2166bb206f9f232f828a23d743d601f20f3a /src/configure.cc | |
parent | a7869c0bd65faacdd008284df9ab07de7df3d445 (diff) |
Don't warn about missing external config cache values when bootstrapping.
Diffstat (limited to 'src/configure.cc')
-rw-r--r-- | src/configure.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.cc b/src/configure.cc index cc963f8..37bd3cf 100644 --- a/src/configure.cc +++ b/src/configure.cc @@ -265,7 +265,7 @@ int regenerateCache(const Settings& default_settings, host_arch = build_arch; } - auto tasks = getTasks(settings); + auto tasks = getTasks(settings, {}, false); /* bool needs_cpp{false}; bool needs_c{false}; |