mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-19 22:35:10 +03:00
Fix to allow Companion to compile on Windows using Cygwin (posix)
This commit is contained in:
parent
ca0c5c02b0
commit
56323a330e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ void registerSimulators()
|
|||
{
|
||||
QDir dir(".");
|
||||
QStringList filters;
|
||||
#if !defined __GNUC__
|
||||
#if (!defined __GNUC__) || (defined __CYGWIN__)
|
||||
filters << "*-simulator.dll";
|
||||
#else
|
||||
filters << "*-simulator.so";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue