From db1ece919caab549e6cfa04650380b7b5274bcc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Leegwater=20Sim=C3=B5es?= Date: Tue, 4 Jun 2024 10:42:18 +0200 Subject: [PATCH] CONFIG --- config.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.toml b/config.toml index 4e475fd5d2b7a..c0b536c61e161 100644 --- a/config.toml +++ b/config.toml @@ -19,3 +19,13 @@ description = "Dusk Network's Smart Contract Compiler" [dist] compression-formats = ["gz"] compression-profile = "best" + +[target.x86_64-unknown-linux-gnu] +llvm-config = "/usr/lib/llvm-14/bin/llvm-config" + +[target.x86_64-apple-darwin] +llvm-config = "/usr/local/opt/llvm/bin/llvm-config" + +[target.aarch64-apple-darwin] +llvm-config = "/opt/homebrew/opt/llvm/bin/llvm-config" +