Skip to content

Commit

Permalink
SITL: add missing file after move to 64bit
Browse files Browse the repository at this point in the history
  • Loading branch information
meee1 committed Dec 9, 2022
1 parent ab35f9f commit 12e5c93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GCSViews/SITL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,10 @@ private async Task<string> CheckandGetSITLImage(string filename)

load.Refresh();

var files = new string[] { "cygatomic-1.dll",
var files = new string[] {
"cygatomic-1.dll",
"cyggcc_s-1.dll",
"cyggcc_s-seh-1.dll",
"cyggomp-1.dll",
"cygquadmath-0.dll",
"cygssp-0.dll",
Expand Down

0 comments on commit 12e5c93

Please sign in to comment.