mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-20 14:55:09 +03:00
Typo when porting the mod for simulators not working on OSX
This commit is contained in:
parent
1922bc9edd
commit
8a66e883ec
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ void registerSimulators()
|
|||
QDir dir(".");
|
||||
QStringList filters;
|
||||
#if defined(__APPLE__)
|
||||
filters << "*-simulator.dynlib";
|
||||
filters << "*-simulator.dylib";
|
||||
#elif (!defined __GNUC__) || (defined __CYGWIN__)
|
||||
filters << "*-simulator.dll";
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue