diff options
| author | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-04-29 15:35:56 -0500 |
|---|---|---|
| committer | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-04-29 15:35:56 -0500 |
| commit | 6243e1a79550e9cff9837f5449f3b9150127b8e8 (patch) | |
| tree | 8eb5dd22ec6cb583b49c9e591207fc7fc5bd6ffe /libs/plugin_python/src/runner/pythonrunner.h | |
| parent | df77cc86269a505b7df7b183d0fbbf10a3889ec6 (diff) | |
Clean up remaining Linux packaging names
Diffstat (limited to 'libs/plugin_python/src/runner/pythonrunner.h')
| -rw-r--r-- | libs/plugin_python/src/runner/pythonrunner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/plugin_python/src/runner/pythonrunner.h b/libs/plugin_python/src/runner/pythonrunner.h index 5f9751b..71a4bb9 100644 --- a/libs/plugin_python/src/runner/pythonrunner.h +++ b/libs/plugin_python/src/runner/pythonrunner.h @@ -33,7 +33,7 @@ namespace mo2::python { virtual bool initialize(std::vector<std::filesystem::path> const& pythonPaths = {}) = 0; - // add a DLL search path + // add a native extension/library search path // virtual void addDllSearchPath(std::filesystem::path const& dllPath) = 0; |
