From 4ef317d2578c6cd2cf7641d4647b157a099456cc Mon Sep 17 00:00:00 2001 From: meta Date: Sat, 20 Apr 2024 16:33:55 -0500 Subject: [PATCH] Explicitly pass environment variables to mlir-sys --- .cargo/config.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..5c0ac65 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,4 @@ +[env] +MLIR_SYS_190_PREFIX = { value = "./install", relative = true, force = true } +TABLEGEN_190_PREFIX = { value = "./install", relative = true, force = true } +