mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-22 15:55:17 +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(".");
|
QDir dir(".");
|
||||||
QStringList filters;
|
QStringList filters;
|
||||||
#if !defined __GNUC__
|
#if (!defined __GNUC__) || (defined __CYGWIN__)
|
||||||
filters << "*-simulator.dll";
|
filters << "*-simulator.dll";
|
||||||
#else
|
#else
|
||||||
filters << "*-simulator.so";
|
filters << "*-simulator.so";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue