Skip to content

Commit

Permalink
[#145][#147] add comment //TODO: add PYRX_ONLOAD_PATH ';' separated p…
Browse files Browse the repository at this point in the history
…ath string

that can override find file
  • Loading branch information
CEXT-Dan committed Dec 23, 2024
1 parent 633478a commit 29a0fba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PyRxCore/PyRxApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()))
{
Expand Down

0 comments on commit 29a0fba

Please sign in to comment.