fix(compiler/rust): fix const declaration of target-specific static libs

for aarch64
This commit is contained in:
Ayoub Benaissa
2023-06-07 09:52:21 +01:00
committed by Ayoub Benaissa
parent c4232eb71a
commit a689dba8d7

View File

@@ -251,7 +251,7 @@ const LLVM_STATIC_LIBS: &[&str] = &[
];
#[cfg(target_arch = "aarch64")]
const LLVM_TARGET_SPECIFIC_STATIC_LIBS: [&str; 4] = &[
const LLVM_TARGET_SPECIFIC_STATIC_LIBS: &[&str] = &[
"LLVMAArch64Utils",
"LLVMAArch64Info",
"LLVMAArch64Desc",