build.bqn: fix Singeli builds ran from outside the CBQN root directory
This commit is contained in:
parent
b1cace31ac
commit
5f926bf35a
@ -550,7 +550,7 @@ cachedBin‿linkerCache ← {
|
||||
•file.Name ga, ⟨⟩
|
||||
⟩
|
||||
|
||||
singeliArgs ← po.singeliFlags∾⟨"-l", "gen="∾singeliCache.folder⟩∾{
|
||||
singeliArgs ← po.singeliFlags∾⟨"-l", "gen="∾AtRoot singeliCache.folder⟩∾{
|
||||
po.native? ⟨⟩;
|
||||
"-a" ⋈ {"x86-64":"X86_64"; "aarch64":"AARCH64"} po.arch
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user