We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90981e3 commit 5606b70Copy full SHA for 5606b70
src/SPC/doctor/item/LinuxMuslCheck.php
@@ -22,7 +22,7 @@ class LinuxMuslCheck
22
public static function optionalCheck(): bool
23
{
24
return getenv('SPC_TOOLCHAIN') === MuslToolchain::class ||
25
- (getenv('SPC_TOOLCHAIN') === ZigToolchain::class && !SystemUtil::isMuslDist());
+ (getenv('SPC_TOOLCHAIN') === ZigToolchain::class && !SystemUtil::isMuslDist() && !str_contains((string) getenv('SPC_TARGET'), 'gnu'));
26
}
27
28
/** @noinspection PhpUnused */
0 commit comments