diff options
author | Eduardo Julian | 2022-08-17 13:26:39 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-08-17 13:26:39 -0400 |
commit | 52806bc618b7eee43bb1aa1300247c92e05b7ab1 (patch) | |
tree | 396c749c3d03ed0c3b781da3938f25e0b731573b /stdlib/source/program | |
parent | 261172e7a4cff7b9978eec4c0d32e963cbe7486e (diff) |
Made the compiler's caching system sensitive to the build configuration.
Diffstat (limited to 'stdlib/source/program')
-rw-r--r-- | stdlib/source/program/compositor.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/program/compositor.lux b/stdlib/source/program/compositor.lux index 313939963..99d36a8f9 100644 --- a/stdlib/source/program/compositor.lux +++ b/stdlib/source/program/compositor.lux @@ -191,7 +191,7 @@ platform compilation [archive state])))) - _ (cache.cache! (the platform.#file_system platform) file_context archive) + _ (cache.cache! (the platform.#file_system platform) (the cli.#configuration compilation) file_context archive) host_dependencies (..load_host_dependencies (the platform.#file_system platform) (the cli.#host_dependencies compilation)) |