mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 12:30:12 +02:00
Move get_augmented_search_path to process library
We'll need this for the chainloader.
This commit is contained in:
@@ -229,17 +229,6 @@ ghc::filesystem::path generate_group_endpoint(
|
||||
const ghc::filesystem::path& wine_prefix,
|
||||
const LibArchitecture architecture);
|
||||
|
||||
/**
|
||||
* Return the search path as defined in `$PATH`, with `~/.local/share/yabridge`
|
||||
* appended to the end. Even though it likely won't be set, this does respect
|
||||
* `$XDG_DATA_HOME`. I'd rather not do this since more magic makes things harder
|
||||
* to comprehend, but I can understand that modifying your login shell's `PATH`
|
||||
* environment variable can be a big hurdle if you've never done anything like
|
||||
* that before. And since this is the recommended installation location, it
|
||||
* makes sense to also search there by default.
|
||||
*/
|
||||
std::vector<ghc::filesystem::path> get_augmented_search_path();
|
||||
|
||||
/**
|
||||
* Load the configuration that belongs to a copy of or symlink to
|
||||
* `libyabridge-{vst2,vst3}.so`. If no configuration file could be found then
|
||||
|
||||
Reference in New Issue
Block a user