From 29a0fba707e77b911328464334a8cdbb966453e1 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 23 Dec 2024 17:36:19 +0800 Subject: [PATCH] [#145][#147] add comment //TODO: add PYRX_ONLOAD_PATH ';' separated path string that can override find file --- PyRxCore/PyRxApp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/PyRxCore/PyRxApp.cpp b/PyRxCore/PyRxApp.cpp index e07e22e4..8a03b140 100644 --- a/PyRxCore/PyRxApp.cpp +++ b/PyRxCore/PyRxApp.cpp @@ -185,6 +185,7 @@ void PyRxApp::applyDevelopmentSettings() bool PyRxApp::load_pyrx_onload() { + //TODO: add PYRX_ONLOAD_PATH ';' separated path string std::wstring buffer(5, 0); if (GetEnvironmentVariable(_T("PYRX_DISABLE_ONLOAD"), buffer.data(), buffer.size())) {