1
0
Fork 0
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:
U-HP-dv7\Jim 2015-03-24 16:52:21 -04:00
parent ca0c5c02b0
commit 56323a330e

View file

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