Skip to content

Commit

Permalink
updated linker.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
shruti2522 committed May 3, 2024
1 parent 5f865e2 commit 7fa580b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kclvm/runner/src/linker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ use anyhow::Result;
use kclvm_utils::path::PathPrefix;
use std::env::consts::DLL_SUFFIX;
use std::path::PathBuf;
use std::fs::remove_dir_all;
use std::fs::remove_file;
use std::fs::create_dir_all;

const KCLVM_CLI_BIN_PATH_ENV_VAR: &str = "KCLVM_CLI_BIN_PATH";
const KCLVM_LIB_LINK_PATH_ENV_VAR: &str = "KCLVM_LIB_LINK_PATH";
Expand Down

0 comments on commit 7fa580b

Please sign in to comment.