Skip to content

Commit

Permalink
fix(cairo_native): fix libcairo_native env variable path in config.to…
Browse files Browse the repository at this point in the history
  • Loading branch information
meship-starkware authored Dec 29, 2024
1 parent 6f09863 commit 2323338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[env]
CAIRO_NATIVE_RUNTIME_LIBRARY = "./libcairo_native_runtime.a"
CAIRO_NATIVE_RUNTIME_LIBRARY = "../blockifier/libcairo_native_runtime.a"
LLVM_SYS_191_PREFIX = "/usr/lib/llvm-19/"
MLIR_SYS_190_PREFIX = "/usr/lib/llvm-19/"
TABLEGEN_190_PREFIX = "/usr/lib/llvm-19/"
Expand Down

0 comments on commit 2323338

Please sign in to comment.