1
0
Fork 0
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:
bsongis 2015-07-26 09:15:59 +02:00
parent 1922bc9edd
commit 8a66e883ec

View file

@ -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