16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 13:39:18 +02:00

WITH_PYTHON build option

This commit is contained in:
milek7
2022-07-07 02:17:00 +02:00
parent 11f58cc5a5
commit ba5dfda64d
4 changed files with 64 additions and 4 deletions

View File

@@ -998,6 +998,10 @@ global_settings::ConfigParse(cParser &Parser) {
if (iPause)
iTextMode = GLFW_KEY_F1; // jak pauza, to pokazać zegar
#ifndef WITH_PYTHON
python_enabled = false;
#endif
#ifdef _WIN32
Console::ModeSet(iFeedbackMode, iFeedbackPort); // tryb pracy konsoli sterowniczej
#endif