Skip to content

Commit

Permalink
CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Leegwater Simões committed Jun 4, 2024
1 parent 862d9c2 commit 64165f3
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ download-ci-llvm = false
#experimental-targets = ""
#version-suffix = "-dusk"

[target.x86_64-unknown-linux-gnu]
llvm-config = "/usr/lib/llvm-18/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"

[build]
target = ["wasm32-unknown-unknown", "wasm64-unknown-unknown"]
docs = false
Expand All @@ -19,13 +28,3 @@ 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-18/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"

0 comments on commit 64165f3

Please sign in to comment.