mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 06:38:29 +02:00
CR updates.
This commit is contained in:
parent
1e17b878e7
commit
fb0a84e800
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ public:
|
||||||
private:
|
private:
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
const QString _pythonExe{ "python.exe" };
|
const QString _pythonExe{ "python.exe" };
|
||||||
#elif
|
#else
|
||||||
|
// Both Mac and Linux use "python"
|
||||||
const QString _pythonExe{ "python" };
|
const QString _pythonExe{ "python" };
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue