From ac405da3ab5715268ab95a3ab09dfae7beb9f83d Mon Sep 17 00:00:00 2001 From: dzaima Date: Sat, 20 Apr 2024 23:24:48 +0300 Subject: [PATCH] fix building after compilation error --- build/src/build.bqn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/src/build.bqn b/build/src/build.bqn index 5134e828..1b6255d1 100755 --- a/build/src/build.bqn +++ b/build/src/build.bqn @@ -460,8 +460,9 @@ GetCache ← {madeCaches∾↩𝕩⋄𝕩} { 𝕊 basename‿desc‿key: IsUpToDate ⇐ { 𝕊: 𝕩.found0≢@? - ⟨fileInfo,·⟩‿depInfo ← 𝕩.found0 - fileInfo≢@? + info‿depInfo ← 𝕩.found0 + info≢@? + ⟨fileInfo,·⟩ ← info ∧´ AtRoot⊸IsFileTheSame´¨ fileInfo? depInfo≡𝕩.DepHash@ ;