aboutsummaryrefslogtreecommitdiff
path: root/libs/plugin_python/src/runner/pythonrunner.h
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-04-29 15:35:56 -0500
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-04-29 15:35:56 -0500
commit6243e1a79550e9cff9837f5449f3b9150127b8e8 (patch)
tree8eb5dd22ec6cb583b49c9e591207fc7fc5bd6ffe /libs/plugin_python/src/runner/pythonrunner.h
parentdf77cc86269a505b7df7b183d0fbbf10a3889ec6 (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.h2
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;