Merge pull request #95 from vylsaz/build-name

use the same file name as output for cached file
This commit is contained in:
dzaima 2023-10-29 20:24:20 +02:00 committed by GitHub
commit 60efae9895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}