mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-19 22:35:10 +03:00
Should add the simulators to the OSX platform. But here Companion
doesn't run anymore. Instead the standalone simulator is fine.
This commit is contained in:
parent
19e68bac4d
commit
771b7a1821
1 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,9 @@ void registerSimulators()
|
|||
bool simulatorsFound = false;
|
||||
QDir dir(".");
|
||||
QStringList filters;
|
||||
#if (!defined __GNUC__) || (defined __CYGWIN__)
|
||||
#if defined(__APPLE__)
|
||||
filters << "*-simulator.dynlib";
|
||||
#elif (!defined __GNUC__) || (defined __CYGWIN__)
|
||||
filters << "*-simulator.dll";
|
||||
#else
|
||||
filters << "*-simulator.so";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue