mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
self-hosted: add missing arch switch prong
This commit is contained in:
parent
a475877007
commit
644a344715
@ -149,6 +149,7 @@ pub fn getDynamicLinkerPath(self: Target) ?[]const u8 {
|
||||
.renderscript32,
|
||||
.renderscript64,
|
||||
.aarch64_32,
|
||||
.ve,
|
||||
=> return null,
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user