Skip to content

Commit

Permalink
Fix Linux build (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoHao authored Dec 4, 2024
1 parent 75171a4 commit ebcaed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RedPandaIDE/compiler/compilermanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ void CompilerManager::run(
sharedMemoryId = sharedMemoryId.mid(0, PSHMNAMLEN);
#endif
if (consoleFlag!=0) {
QString consolePauserPath= getAbsolutePathForFile(, CONSOLE_PAUSER);
QString consolePauserPath= getFilePath(pSettings->dirs().appLibexecDir(), CONSOLE_PAUSER);
if (!fileExists(consolePauserPath)) {
QMessageBox::critical(pMainWindow,
tr("Can't find Console Pauser"),
Expand Down

0 comments on commit ebcaed5

Please sign in to comment.