Merge pull request #95 from vylsaz/build-name
use the same file name as output for cached file
This commit is contained in:
commit
60efae9895
@ -741,7 +741,7 @@ cachedBin‿linkerCache ← {
|
||||
objs∾↩ ⋈ MakeCCInv ⟨po.CBQNc, ⊢, linkerCache, "versionInfo", srcFile, ⟨⟩⟩
|
||||
}
|
||||
|
||||
res ← MakeLinkerInv ⟨po.Linker, linkerCache, {po.emcc? "BQN.js"; "windows"≡po.os? "res.exe"; "res"}, objs⟩
|
||||
res ← MakeLinkerInv ⟨po.Linker, linkerCache, {po.emcc? "BQN.js"; •file.Name po.output}, objs⟩
|
||||
|
||||
res.dst ⋈ linkerCache
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user