ae6854
slbt_init_host_params(): flavor detection: associate -windows- with mingw.
@@ -561,6 +561,8 @@ static int slbt_init_host_params(
|
|
561
561
|
host->flavor = "mingw";
|
562
562
|
else if ((dash && !strcmp(dash,"-mingw64")) || strstr(machine,"-mingw64-"))
|
563
563
|
host->flavor = "mingw";
|
564
|
+
else if ((dash && !strcmp(dash,"-windows")) || strstr(machine,"-windows-"))
|
565
|
+
host->flavor = "mingw";
|
564
566
|
else {
|
565
567
|
host->flavor = "default";
|
566
568
|
cfgmeta->flavor = "fallback, unverified";
|