From 6243e1a79550e9cff9837f5449f3b9150127b8e8 Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Wed, 29 Apr 2026 15:35:56 -0500 Subject: Clean up remaining Linux packaging names --- libs/plugin_python/src/runner/pythonrunner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/plugin_python/src/runner/pythonrunner.h') 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 const& pythonPaths = {}) = 0; - // add a DLL search path + // add a native extension/library search path // virtual void addDllSearchPath(std::filesystem::path const& dllPath) = 0; -- cgit v1.3.1