mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 11:35:02 -05:00
fix(compiler/rust): fix const declaration of target-specific static libs
for aarch64
This commit is contained in:
committed by
Ayoub Benaissa
parent
c4232eb71a
commit
a689dba8d7
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user