mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Rename get_modified_search_path() for clarity
This commit is contained in:
@@ -29,7 +29,7 @@ mod utils;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
// We'll modify our `PATH` environment variable so it matches up with
|
||||
// `get_modified_search_path()` from `src/plugin/utils.h` for easier setup
|
||||
// `get_augmented_search_path()` from `src/plugin/utils.h` for easier setup
|
||||
let yabridge_home = config::yabridge_directories()?.get_data_home();
|
||||
env::set_var(
|
||||
"PATH",
|
||||
|
||||
Reference in New Issue
Block a user