self-hosted: add missing arch switch prong

master
Andrew Kelley 2020-01-30 18:45:25 -05:00
parent a475877007
commit 644a344715
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ pub fn getDynamicLinkerPath(self: Target) ?[]const u8 {
.renderscript32,
.renderscript64,
.aarch64_32,
.ve,
=> return null,
}
},