1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-12 10:59:54 +03:00
This commit is contained in:
Bertrand Songis 2023-09-29 16:05:23 +02:00
parent d07b6419b4
commit 9e4af4e0c6
No known key found for this signature in database
GPG key ID: F189F79290FEC50F
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ jobs:
mingw-w64-i686-openjpeg2 \
mingw-w64-i686-libimagequant \
mingw-w64-i686-libraqm \
mingw-w64-i686-SDL2 \
mingw-w64-i686-SDL \
mingw-w64-i686-clang \
mingw-w64-i686-nsis
python -m pip install clang

View file

@ -168,7 +168,7 @@ if(Qt5Core_FOUND OR FOX_FOUND)
message(FATAL_ERROR "OpenTX requires SDL 1.x, not 2.x")
endif()
else()
message(STATUS "SDL not found! Simulator audio, and joystick inputs, will not work.")
message(STATUS "SDL not found! Simulator audio and joystick inputs will not work.")
endif()
endif()
endif(NOT DISABLE_COMPANION)